Skip to content

Commit 132605b

Browse files
committed
Update workflows
1 parent 47e6ccb commit 132605b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
commit_message: Synced docker env vars with latest config
2929
Docker:
30+
if: ${{ always() }}
3031
needs: Sync
3132
runs-on: ubuntu-latest
3233
steps:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Lint
2-
on: [push, pull_request]
2+
on: [push]
33

44
jobs:
55
Lint:

0 commit comments

Comments
 (0)