Skip to content

Commit 0a96b10

Browse files
committed
Subdirectories of the workflows directory are not supported
1 parent 62a44fa commit 0a96b10

12 files changed

+27
-30
lines changed

.github/workflows/native-image/access-environment-variables.yml renamed to .github/workflows/native-image-access-environment-variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths:
55
- 'native-image/access-environment-variables/**'
6-
- '.github/workflows/native-image/access-environment-variables.yml'
6+
- '.github/workflows/native-image-access-environment-variables.yml'
77
pull_request:
88
paths:
99
- 'native-image/access-environment-variables/**'
10-
- '.github/workflows/native-image/access-environment-variables.yml'
10+
- '.github/workflows/native-image-access-environment-variables.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:

.github/workflows/native-image/add-jfr.yml renamed to .github/workflows/native-image-add-jfr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths:
55
- 'native-image/add-jfr/**'
6-
- '.github/workflows/native-image/add-jfr.yml'
6+
- '.github/workflows/native-image-add-jfr.yml'
77
pull_request:
88
paths:
99
- 'native-image/add-jfr/**'
10-
- '.github/workflows/native-image/add-jfr.yml'
10+
- '.github/workflows/native-image-add-jfr.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:

.github/workflows/native-image/add-jmx.yml renamed to .github/workflows/native-image-add-jmx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths:
55
- 'native-image/add-jmx/**'
6-
- '.github/workflows/native-image/add-jmx.yml'
6+
- '.github/workflows/native-image-add-jmx.yml'
77
pull_request:
88
paths:
99
- 'native-image/add-jmx/**'
10-
- '.github/workflows/native-image/add-jmx.yml'
10+
- '.github/workflows/native-image-add-jmx.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:

.github/workflows/native-image/add-logging.yml renamed to .github/workflows/native-image-add-logging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths:
55
- 'native-image/add-logging/**'
6-
- '.github/workflows/native-image/add-logging.yml'
6+
- '.github/workflows/native-image-add-logging.yml'
77
pull_request:
88
paths:
99
- 'native-image/add-logging/**'
10-
- '.github/workflows/native-image/add-logging.yml'
10+
- '.github/workflows/native-image-add-logging.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:

.github/workflows/native-image/build-from-jar.yml renamed to .github/workflows/native-image-build-from-jar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths:
55
- 'native-image/build-from-jar/**'
6-
- '.github/workflows/native-image/build-from-jar.yml'
6+
- '.github/workflows/native-image-build-from-jar.yml'
77
pull_request:
88
paths:
99
- 'native-image/build-from-jar/**'
10-
- '.github/workflows/native-image/build-from-jar.yml'
10+
- '.github/workflows/native-image-build-from-jar.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:

.github/workflows/native-image/build-java-modules.yml renamed to .github/workflows/native-image-build-java-modules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths:
55
- 'native-image/build-java-modules/**'
6-
- '.github/workflows/native-image/build-java-modules.yml'
6+
- '.github/workflows/native-image-build-java-modules.yml'
77
pull_request:
88
paths:
99
- 'native-image/build-java-modules/**'
10-
- '.github/workflows/native-image-build/java-modules.yml'
10+
- '.github/workflows/native-image-build-java-modules.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:

.github/workflows/native-image/build-shared-library.yml renamed to .github/workflows/native-image-build-shared-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths:
55
- 'native-image/build-shared-library/**'
6-
- '.github/workflows/native-image/build-shared-library.yml'
6+
- '.github/workflows/native-image-build-shared-library.yml'
77
pull_request:
88
paths:
99
- 'native-image/build-shared-library/**'
10-
- '.github/workflows/native-image/build-shared-library.yml'
10+
- '.github/workflows/native-image-build-shared-library.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:

.github/workflows/native-image/build-static-images.yml renamed to .github/workflows/native-image-build-static-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths:
55
- 'native-image/build-static-images/**'
6-
- '.github/workflows/native-image/build-static-images.yml'
6+
- '.github/workflows/native-image-build-static-images.yml'
77
pull_request:
88
paths:
99
- 'native-image/build-static-images/**'
10-
- '.github/workflows/native-image/build-static-images.yml'
10+
- '.github/workflows/native-image-build-static-images.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:

.github/workflows/native-image/build-with-js-embedded.yml renamed to .github/workflows/native-image-build-with-js-embedded.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths:
55
- 'native-image/build-with-js-embedded/**'
6-
- '.github/workflows/native-image/build-with-js-embedded.yml'
6+
- '.github/workflows/native-image-build-with-js-embedded.yml'
77
pull_request:
88
paths:
99
- 'native-image/build-with-js-embedded/**'
10-
- '.github/workflows/native-image/build-with-js-embedded.yml'
10+
- '.github/workflows/native-image-build-with-js-embedded.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:

.github/workflows/native-image/configure-with-tracing-agent.yml renamed to .github/workflows/native-image-configure-with-tracing-agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
paths:
55
- 'native-image/configure-with-tracing-agent/**'
6-
- '.github/workflows/native-image/configure-with-tracing-agent.yml'
6+
- '.github/workflows/native-image-configure-with-tracing-agent.yml'
77
pull_request:
88
paths:
99
- 'native-image/configure-with-tracing-agent/**'
10-
- '.github/workflows/native-image/configure-with-tracing-agent.yml'
10+
- '.github/workflows/native-image-configure-with-tracing-agent.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:

0 commit comments

Comments
 (0)