Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
List of MorphoCloudWorkflow changes:

```
$ git shortlog deb012c..7ef6fac --no-merges
Jean-Christophe Fillion-Robin (1):
      fix: Limit concurrent runs of the same scheduled workflow
```

See MorphoCloud/MorphoCloudWorkflow@deb012c...7ef6fac
  • Loading branch information
jcfr committed Sep 11, 2024
1 parent c581603 commit 68a4e72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/automatic-instance-shelving.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ permissions:
issues: write
contents: read

concurrency:
group: ${{ github.workflow }}-${{ vars.MORPHOCLOUD_OS_CLOUD }}
cancel-in-progress: true

jobs:
auto-shelve:
runs-on: self-hosted
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/collect-instance-uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- cron: "* * * * *"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ vars.MORPHOCLOUD_OS_CLOUD }}
cancel-in-progress: true

jobs:
collect-instance-uptime:
runs-on: self-hosted
Expand Down

0 comments on commit 68a4e72

Please sign in to comment.