Describe the bug
|
concurrency: |
|
group: ${{ github.workflow }}-${{ github.ref }} |
|
cancel-in-progress: true |
is not leading to the workflow being cancelled if another workflow is pushed.
To Reproduce
Action B: https://github.com/NOAA-FIMS/FIMS/actions/runs/23928802008
Action A: https://github.com/NOAA-FIMS/FIMS/actions/runs/23928635698
Expected behavior
I expected Action A to stop when Action B started.
Screenshots

where the middle two runs are running on the same feature branch and were started within minutes of each other. I pushed and then I merged in a change from a formatting PR.
Which OS are you seeing the problem on?
Linux
Which browser are you seeing the problem on?
Chrome
Which version of ghactions4r are you seeing the problem on?
No response
Additional Context
We are using uses: nmfs-ost/ghactions4r/.github/workflows/calc-coverage.yml@main in FIMS.
Describe the bug
ghactions4r/.github/workflows/calc-cov-summaries.yml
Lines 24 to 26 in 1f27a36
is not leading to the workflow being cancelled if another workflow is pushed.
To Reproduce
Action B: https://github.com/NOAA-FIMS/FIMS/actions/runs/23928802008
Action A: https://github.com/NOAA-FIMS/FIMS/actions/runs/23928635698
Expected behavior
I expected Action A to stop when Action B started.
Screenshots
Which OS are you seeing the problem on?
Linux
Which browser are you seeing the problem on?
Chrome
Which version of ghactions4r are you seeing the problem on?
No response
Additional Context
We are using uses: nmfs-ost/ghactions4r/.github/workflows/calc-coverage.yml@main in FIMS.