We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9680b commit 3a80fb0Copy full SHA for 3a80fb0
2 files changed
.github/workflows/deploy_from_open.yaml
@@ -13,6 +13,7 @@ jobs:
13
deploy:
14
if: |
15
${{ (github.event.repository.name == 'asparagus' &&
16
+ github.event.commits[0].message != 'deploy changes' &&
17
github.event.commits[0].author.name != 'github-actions[bot]') }}
18
name: Push built output to target repo via SSH
19
runs-on: ubuntu-latest
.github/workflows/deploy_to_open.yaml
${{ (github.event.repository.name == 'internal_asparagus' &&
0 commit comments