-
Notifications
You must be signed in to change notification settings - Fork 1
[Bug]: concurrency is not working for calc_cov-summaries #250
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingtriage_neededThis issue needs reviewThis issue needs review
Description
Describe the bug
ghactions4r/.github/workflows/calc-cov-summaries.yml
Lines 24 to 26 in 1f27a36
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriage_neededThis issue needs reviewThis issue needs review