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 47e6ccb commit 132605bCopy full SHA for 132605b
.github/workflows/docker.yml
@@ -27,6 +27,7 @@ jobs:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
commit_message: Synced docker env vars with latest config
29
Docker:
30
+ if: ${{ always() }}
31
needs: Sync
32
runs-on: ubuntu-latest
33
steps:
.github/workflows/lint.yml
@@ -1,5 +1,5 @@
1
name: Lint
2
-on: [push, pull_request]
+on: [push]
3
4
jobs:
5
Lint:
0 commit comments