Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 5508f94

Browse files
authored
Add empty job to unstuck actions in 1.x (#5932)
* Add empty job * test * undo test * undo test
1 parent 2b3fb3a commit 5508f94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,7 @@ jobs:
147147
if: steps.cache-deps.outputs.cache-hit != 'true'
148148

149149
- run: bash ./scripts/ci.sh
150+
build:
151+
runs-on: ubuntu-latest
152+
steps:
153+
- run: 'echo "No build required"'

0 commit comments

Comments
 (0)