Skip to content

Commit c4e85ce

Browse files
committed
Happy Newmanium 2024/Update Role.
1 parent 80a8292 commit c4e85ce

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/gitlab_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: always()
3030
- uses: actions/checkout@v4
3131
- name: Mirror + trigger CI
32-
uses: buluma/[email protected].6
32+
uses: buluma/[email protected].7
3333
with:
3434
args: "buluma/ansible-role-terraform"
3535
env:

.github/workflows/gitlab_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: always()
2222
- uses: actions/checkout@v3
2323
- name: Mirror + trigger CI
24-
uses: buluma/[email protected].6
24+
uses: buluma/[email protected].7
2525
with:
2626
args: "buluma/ansible-role-terraform"
2727
env:

.github/workflows/requirements2png.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
tags_ignore:
1515
- '*'
1616

17+
concurrency:
18+
group: ${{ github.ref }}-${{ github.workflow }}
19+
cancel-in-progress: true
20+
1721
jobs:
1822
build:
1923
runs-on: ubuntu-20.04

.github/workflows/todo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
tags_ignore:
1717
- '*'
1818

19+
concurrency:
20+
group: ${{ github.ref }}-${{ github.workflow }}
21+
cancel-in-progress: true
22+
1923
jobs:
2024
build:
2125
runs-on: "ubuntu-20.04"

0 commit comments

Comments
 (0)