Skip to content

Commit

Permalink
Fix scheduled workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Mar 7, 2024
1 parent 52ce136 commit 28f5ae3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
scheduled_70x:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v4
with:
testplan: '~/defaults/7.0.x.yml,~/module-gdproptin.yml'
testplan: '~/defaults/7.0.x.yml,~/defaults/scheduled.yml,~/module-gdproptin.yml'
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
Expand All @@ -23,10 +23,9 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

scheduled_71x:
needs: scheduled_70x
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v4
with:
testplan: '~/defaults/7.1.x.yml,~/module-gdproptin.yml'
testplan: '~/defaults/7.1.x.yml,~/defaults/scheduled.yml,~/module-gdproptin.yml'
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
Expand All @@ -41,10 +40,9 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

# scheduled_80x:
# needs: scheduled_71x
# uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v4
# with:
# testplan: '~/module-gdproptin.yml'
# testplan: '~/defaults/scheduled.yml,~/module-gdproptin.yml'
# runs_on: '"ubuntu-latest"'
# defaults: 'v4'
# plan_folder: '.github/oxid-esales'
Expand Down

0 comments on commit 28f5ae3

Please sign in to comment.