Skip to content

[Bug]: concurrency is not working for calc_cov-summaries #250

@kellijohnson-NOAA

Description

@kellijohnson-NOAA

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

Image 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.

Metadata

Metadata

Labels

bugSomething isn't workingtriage_neededThis issue needs review

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions