Skip to content

Commit

Permalink
πŸ‘·β€β™€οΈ Add success job
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson committed May 7, 2024
1 parent 860daf8 commit f58f61f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ jobs:
run: ./release.sh
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# A silly job just so we can mark this as the required check for PRs
# instead of maintaining the full list of matrix jobs
success:
needs:
- build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Success
run: echo "Success"

0 comments on commit f58f61f

Please sign in to comment.