mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 19:38:24 +00:00
fix(workflows): use ** instead of **/* in paths (#3267)
* Update test.yml * Update test.yml * Update test-required.yml * Update lint-required.yml * Update lint.yml
This commit is contained in:
2
.github/workflows/lint-required.yml
vendored
2
.github/workflows/lint-required.yml
vendored
@@ -15,7 +15,7 @@ on:
|
||||
paths:
|
||||
- 'runatlantis.io/**'
|
||||
- '.github/**'
|
||||
- '**/*.md'
|
||||
- '**.md'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
paths-ignore:
|
||||
- 'runatlantis.io/**'
|
||||
- '.github/**'
|
||||
- '**/*.md'
|
||||
- '**.md'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
8
.github/workflows/test-required.yml
vendored
8
.github/workflows/test-required.yml
vendored
@@ -8,7 +8,8 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
paths-ignore:
|
||||
- '**/*.go'
|
||||
- '**.go'
|
||||
- 'go.*'
|
||||
- '.github/workflows/test.yml'
|
||||
pull_request:
|
||||
types:
|
||||
@@ -19,7 +20,8 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
paths-ignore:
|
||||
- '**/*.go'
|
||||
- '**.go'
|
||||
- 'go.*'
|
||||
- '.github/workflows/test.yml'
|
||||
|
||||
concurrency:
|
||||
@@ -38,4 +40,4 @@ jobs:
|
||||
if: github.event.pull_request.draft == false
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
- run: 'echo "No build required"'
|
||||
|
||||
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -5,7 +5,8 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- '**/*.go'
|
||||
- '**.go'
|
||||
- 'go.*'
|
||||
- '.github/workflows/test.yml'
|
||||
pull_request:
|
||||
types:
|
||||
@@ -16,7 +17,8 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- '**/*.go'
|
||||
- '**.go'
|
||||
- 'go.*'
|
||||
- '.github/workflows/test.yml'
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user