mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 11:27:55 +00:00
Fix tests (#358)
* update evm template tests * update generic runtime constant tests * avoid workflows cancelling each other --------- Co-authored-by: Gustavo Gonzalez <gustavo.gonzalez@openzeppelin.com>
This commit is contained in:
@@ -24,7 +24,7 @@ on:
|
||||
# If new code is pushed to a PR branch, then cancel in progress workflows for
|
||||
# that PR. Ensures that we don't waste CI time, and returns results quicker.
|
||||
concurrency:
|
||||
group: ci-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
|
||||
@@ -24,7 +24,7 @@ on:
|
||||
# If new code is pushed to a PR branch, then cancel in progress workflows for
|
||||
# that PR. Ensures that we don't waste CI time, and returns results quicker.
|
||||
concurrency:
|
||||
group: ci-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user