We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a916a1 commit 1703b38Copy full SHA for 1703b38
.github/workflows/linting.yml
@@ -5,12 +5,12 @@ on: [push, pull_request]
5
jobs:
6
lint:
7
# TODO: change branch of workflow repo (2x)
8
- uses: mundialis/github-workflows/.github/workflows/linting.yml@main
+ uses: mundialis/github-workflows/.github/workflows/linting.yml@test_post_pr_reviews
9
with:
10
VALIDATE_HTML: false
11
12
post-pr-reviews:
13
needs: lint
14
# if: ${{ needs.lint.result == 'failure' }}
15
if: failure()
16
- uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@main
+ uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@test_post_pr_reviews
0 commit comments