Skip to content

Commit df96ce5

Browse files
committed
Update GitHub workflow templates to exclude .github/project.yml from triggering workflows on push and pull request events
1 parent 58ff745 commit df96ce5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

independent-projects/tools/base-codestarts/src/main/resources/codestarts/quarkus-extension/code/quarkiverse/java/.github/workflows/build.tpl.qute.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.adoc'
1313
- '*.txt'
1414
- '.all-contributorsrc'
15+
- '.github/project.yml'
1516
pull_request:
1617
paths-ignore:
1718
- '.gitignore'
@@ -21,6 +22,7 @@ on:
2122
- '*.adoc'
2223
- '*.txt'
2324
- '.all-contributorsrc'
25+
- '.github/project.yml'
2426

2527
concurrency:
2628
group: ${{ github.workflow }}-${{ github.ref }}
@@ -56,4 +58,4 @@ jobs:
5658
run: mvn -B clean install -Dno-format
5759

5860
- name: Build with Maven (Native)
59-
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
61+
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip

integration-tests/maven/src/test/resources/__snapshots__/CreateExtensionMojoIT/testCreateQuarkiverseExtension/quarkus-my-quarkiverse-ext_.github_workflows_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '*.adoc'
1313
- '*.txt'
1414
- '.all-contributorsrc'
15+
- '.github/project.yml'
1516
pull_request:
1617
paths-ignore:
1718
- '.gitignore'
@@ -21,6 +22,7 @@ on:
2122
- '*.adoc'
2223
- '*.txt'
2324
- '.all-contributorsrc'
25+
- '.github/project.yml'
2426

2527
concurrency:
2628
group: ${{ github.workflow }}-${{ github.ref }}
@@ -56,4 +58,4 @@ jobs:
5658
run: mvn -B clean install -Dno-format
5759

5860
- name: Build with Maven (Native)
59-
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
61+
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip

0 commit comments

Comments
 (0)