Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add checkout
  • Loading branch information
emmyoop committed May 18, 2023
commit bab5b3e46e2d8b6161810745a6f4986430f5c33e
15 changes: 9 additions & 6 deletions .github/workflows/release-branch-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,15 @@ jobs:
- branch: 'main'

steps:
- name: Call CI workflow for ${{ matrix.branch }} branch
id: trigger-step
run: |
gh workflow run main.yml --ref ${{ matrix.branch }}
env:
GH_TOKEN: ${{ github.token }}
- name: Check out the repository
uses: actions/checkout@v3

- name: Call CI workflow for ${{ matrix.branch }} branch
id: trigger-step
run: |
gh workflow run main.yml --ref ${{ matrix.branch }}
env:
GH_TOKEN: ${{ github.token }}

# - name: Post failure to Slack
# uses: ravsamhq/notify-slack-action@v2
Expand Down