Skip to content

Commit 5f1cb5a

Browse files
authored
workflow to run after sync (#84)
1 parent ed9fb0c commit 5f1cb5a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77
workflow_dispatch:
8+
workflow_run:
9+
workflows: ["Sync Audit Data"]
10+
types:
11+
- completed
812

913
permissions:
1014
contents: write
@@ -15,6 +19,7 @@ concurrency:
1519

1620
jobs:
1721
deploy:
22+
if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
1823
runs-on: ubuntu-latest
1924

2025
steps:

0 commit comments

Comments
 (0)