Skip to content

Commit

Permalink
add noop step on release-check
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydowning committed Aug 29, 2024
1 parent 32e45a5 commit 10badc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
runs-on: ubuntu-latest
needs: check
if: github.ref == 'refs/heads/master'
steps:
- run: true
release:
runs-on: ubuntu-latest
needs: release-check
Expand Down

0 comments on commit 10badc5

Please sign in to comment.