Skip to content

Commit

Permalink
Fix scheduled test to trigger testing-stable workflow using workflow_…
Browse files Browse the repository at this point in the history
…dispatch
  • Loading branch information
rohit2p committed Feb 10, 2024
1 parent 0a04998 commit fe45644
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/testing-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ on:
- cron: '30 5 * * 1'


jobs:
test-stable-scheduled:
uses:
./.github/workflows/testing.yml
with:
xdist: no
branch_name: stable
event_name: ${{ github.event_name }}
secrets:
PAT: ${{ secrets.PAT }}
jobs:
trigger_stable_test:
runs-on: ubuntu-latest
steps:
- uses: benc-uk/[email protected]
with:
workflow: testing-stable
ref: stable

test-develop-scheduled:
uses:
Expand Down

0 comments on commit fe45644

Please sign in to comment.