Skip to content

Commit

Permalink
Happy Newmanium 2024/Update Role.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jan 2, 2024
1 parent ed0081e commit 4e83c19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: always()
- uses: actions/checkout@v3
- name: Mirror + trigger CI
uses: buluma/gitlab-mirror-ci-action@1.0.6
uses: buluma/gitlab-mirror-ci-action@1.0.7
with:
args: "buluma/ansible-role-openssh"
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/requirements2png.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
tags_ignore:
- '*'

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

jobs:
build:
runs-on: ubuntu-20.04
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
tags_ignore:
- '*'

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

jobs:
build:
runs-on: "ubuntu-20.04"
Expand Down

0 comments on commit 4e83c19

Please sign in to comment.