File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1010 pull_request :
1111 branches : [ develop ]
1212
13+ # Cancel any in-progress runs of a workflow/branch if a new run is triggered,
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
17+
1318# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1419jobs :
1520 # This workflow contains a single job called "build"
3439 WP_ENV_PHP_VERSION : ${{ matrix.php }}
3540 WP_VERSION : ${{ matrix.wp_version }}
3641 WP_PHPUNIT_DEFAULT_VERSION : ' 6.6'
37- concurrency :
38- group : ${{ github.workflow }}-${{ github.ref }}
39- cancel-in-progress : true
4042 # Steps represent a sequence of tasks that will be executed as part of the job
4143 steps :
4244 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments