Skip to content

Commit

Permalink
Merge branch 'b-7.2.x-workflow_cleanup-OXDEV-8350' into b-7.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-dimitrov committed May 20, 2024
2 parents 874adf8 + 0785f76 commit f6b475c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
;;
esac
# shellcheck disable=SC2088
TESTPLAN="~/defaults/7.1.x.yaml,${LIMIT}~/module-gdproptin.yaml"
TESTPLAN="~/defaults/7.2.x.yaml,${LIMIT}~/module-gdproptin.yaml"
echo "testplan=${TESTPLAN}" | tee -a "${GITHUB_OUTPUT}"
dispatch_stable:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
- cron: '0 4 */7 * *'

jobs:
module_gdproptin_71x_nightly:
module_gdproptin_72x_nightly:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yaml@v4
with:
testplan: '~/defaults/7.1.x.yaml,~/defaults/scheduled.yaml,~/module-gdproptin.yaml'
testplan: '~/defaults/7.2.x.yaml,~/defaults/scheduled.yaml,~/module-gdproptin.yaml'
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
module-gdproptin:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yaml@v4
with:
testplan: '~/defaults/7.1.x.yaml,~/module-gdproptin.yaml'
testplan: '~/defaults/7.2.x.yaml,~/module-gdproptin.yaml'
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
Expand Down

0 comments on commit f6b475c

Please sign in to comment.