Skip to content

Commit

Permalink
Allow the newsfile job to be skipped
Browse files Browse the repository at this point in the history
Looks like @richvdh used this in matrix-org/synapse#12161. Let's do the same in sydent.
  • Loading branch information
David Robertson authored Apr 4, 2022
1 parent ff13916 commit b7041ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ jobs:
- uses: matrix-org/done-action@v2
with:
needs: ${{ toJSON(needs) }}
# The newsfile lint may be skipped on non PR builds
skippable:
lint-newsfile

0 comments on commit b7041ad

Please sign in to comment.