Skip to content

Commit

Permalink
Add empty job to unstuck actions in 1.x (#5932)
Browse files Browse the repository at this point in the history
* Add empty job

* test

* undo test

* undo test
  • Loading branch information
nikoulai authored Mar 20, 2023
1 parent 2b3fb3a commit 5508f94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,7 @@ jobs:
if: steps.cache-deps.outputs.cache-hit != 'true'

- run: bash ./scripts/ci.sh
build:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'

0 comments on commit 5508f94

Please sign in to comment.