Skip to content

Commit

Permalink
RSDK-7885: Call networking tests trigger workflow in rc workflow (#4115)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbotros authored Jun 21, 2024
1 parent 425ff35 commit d9ea66c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/releasecandidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@ jobs:
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
channel: '#team-devops'
name: 'Workflow Status'

run-sdk-integration-networking-tests:
needs: [staticbuild, appimage]
if: ${{ success() }}
uses: ./trigger-networking-tests.yml
secrets:
REPO_READ_TOKEN: ${{ secrets.REPO_READ_TOKEN }}
3 changes: 3 additions & 0 deletions .github/workflows/trigger-networking-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Trigger Networking Tests in sdk-integration-tests

on:
workflow_call:
secrets:
REPO_READ_TOKEN:
required: true
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d9ea66c

Please sign in to comment.