Browse Source

Allow the newsfile job to be skipped (#514)

David Robertson 2 years ago
parent
commit
23ce8e3f1d
2 changed files with 5 additions and 0 deletions
  1. 4 0
      .github/workflows/pipeline.yml
  2. 1 0
      changelog.d/514.misc

+ 4 - 0
.github/workflows/pipeline.yml

@@ -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
+

+ 1 - 0
changelog.d/514.misc

@@ -0,0 +1 @@
+Allow the newsfile job to be skipped.