File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ name: Functional Tests
22
33on :
44 pull_request :
5+ push :
6+ branches : [main]
57 workflow_dispatch :
68
79concurrency :
810 # Heavy Magento bootstrap — cancel superseded PR runs to save CI minutes;
9- # manual (workflow_dispatch) runs are left to finish .
11+ # let push/main runs finish so main is always validated directly .
1012 group : ${{ github.workflow }}-${{ github.ref }}
1113 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1214
Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ name: Lint
22
33on :
44 pull_request :
5+ push :
6+ branches : [main]
57 workflow_dispatch :
68
79concurrency :
8- # Cancel superseded PR runs to save CI minutes; manual (workflow_dispatch)
9- # runs are left to finish .
10+ # Cancel superseded PR runs to save CI minutes; let push/main runs finish so
11+ # main is always validated directly (catches anything pushed straight to main) .
1012 group : ${{ github.workflow }}-${{ github.ref }}
1113 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1214
Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ name: Magento Compatibility Test
22
33on :
44 pull_request :
5+ push :
6+ branches : [main]
57 workflow_dispatch :
68
79concurrency :
810 # Heavy Magento matrix — cancel superseded PR runs to save CI minutes;
9- # manual (workflow_dispatch) runs are left to finish .
11+ # let push/main runs finish so main is always validated directly .
1012 group : ${{ github.workflow }}-${{ github.ref }}
1113 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1214
Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ name: PHPCS
22
33on :
44 pull_request :
5+ push :
6+ branches : [main]
57 workflow_dispatch :
68
79concurrency :
8- # Cancel superseded PR runs to save CI minutes; manual (workflow_dispatch)
9- # runs are left to finish .
10+ # Cancel superseded PR runs to save CI minutes; let push/main runs finish so
11+ # main is always validated directly (catches anything pushed straight to main) .
1012 group : ${{ github.workflow }}-${{ github.ref }}
1113 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1214
Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ name: Static Analysis
88
99on :
1010 pull_request :
11+ push :
12+ branches : [main]
1113 workflow_dispatch :
1214
1315concurrency :
1416 # Heavy shared Magento build — cancel superseded PR runs to save CI minutes;
15- # manual (workflow_dispatch) runs are left to finish .
17+ # let push/main runs finish so main is always validated directly .
1618 group : ${{ github.workflow }}-${{ github.ref }}
1719 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1820
You can’t perform that action at this time.
0 commit comments