Skip to content

Commit 3a80fb0

Browse files
deploy changes
1 parent 7d9680b commit 3a80fb0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy_from_open.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
deploy:
1414
if: |
1515
${{ (github.event.repository.name == 'asparagus' &&
16+
github.event.commits[0].message != 'deploy changes' &&
1617
github.event.commits[0].author.name != 'github-actions[bot]') }}
1718
name: Push built output to target repo via SSH
1819
runs-on: ubuntu-latest

.github/workflows/deploy_to_open.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
deploy:
1414
if: |
1515
${{ (github.event.repository.name == 'internal_asparagus' &&
16+
github.event.commits[0].message != 'deploy changes' &&
1617
github.event.commits[0].author.name != 'github-actions[bot]') }}
1718
name: Push built output to target repo via SSH
1819
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)