Skip to content

Commit 8d89869

Browse files
authored
Merge pull request #28 from using-system/features/clean-repo
Clean github workflows
2 parents acee4f6 + 58324bc commit 8d89869

File tree

5 files changed

+14
-140
lines changed

5 files changed

+14
-140
lines changed

.github/workflows/docker-acr.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/docker-build.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/nuget.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- "terraform/modules/**"
9+
- ".github/workflows/release.yml"
710

11+
concurrency:
12+
group: ${{ github.workflow }}
13+
cancel-in-progress: true
14+
815
jobs:
916
release:
1017
runs-on: ubuntu-latest
@@ -28,4 +35,4 @@ jobs:
2835
body: ${{ steps.tag_version.outputs.changelog }}
2936
tag_name: ${{ steps.tag_version.outputs.new_tag }}
3037
generate_release_notes: true
31-
token: ${{ secrets.GITHUB_TOKEN }}
38+
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/action-validate-tf-module.yml renamed to .github/workflows/validate-tf.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66
- main
77
paths:
88
- "terraform/modules/**"
9-
- ".github/workflows/action-validate-tf-module.yml"
9+
- ".github/workflows/validate-tf.yml"
1010
pull_request:
1111
paths:
1212
- "terraform/modules/**"
13-
- ".github/workflows/action-validate-tf-module.yml"
13+
- ".github/workflows/validate-tf.yml"
1414

15+
concurrency:
16+
group: ${{ github.workflow }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
get-tf-modules:
1721
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)