Skip to content

Commit 8507514

Browse files
authored
feat: Trigger CI img rebuilds (#50)
Configures the release workflow to trigger `build-and-publish-images` workflow of `ci-imgs` due to being an upstream dependency.
1 parent e8ceea0 commit 8507514

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,14 @@ jobs:
2626
run: |
2727
npm install
2828
npx semantic-release
29+
trigger-pipeline:
30+
runs-on: ubuntu-latest
31+
needs: release
32+
steps:
33+
- name: Trigger Pipeline
34+
env:
35+
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
36+
run: |
37+
gh workflow run push.yml \
38+
--repo github.com/rapidsai/ci-imgs \
39+
--ref main

0 commit comments

Comments
 (0)