diff --git a/.github/workflows/native-image/access-environment-variables.yml b/.github/workflows/native-image-access-environment-variables.yml similarity index 88% rename from .github/workflows/native-image/access-environment-variables.yml rename to .github/workflows/native-image-access-environment-variables.yml index f951b46e5..852d94302 100644 --- a/.github/workflows/native-image/access-environment-variables.yml +++ b/.github/workflows/native-image-access-environment-variables.yml @@ -3,11 +3,11 @@ on: push: paths: - 'native-image/access-environment-variables/**' - - '.github/workflows/native-image/access-environment-variables.yml' + - '.github/workflows/native-image-access-environment-variables.yml' pull_request: paths: - 'native-image/access-environment-variables/**' - - '.github/workflows/native-image/access-environment-variables.yml' + - '.github/workflows/native-image-access-environment-variables.yml' schedule: - cron: "0 0 1 * *" # run every month workflow_dispatch: diff --git a/.github/workflows/native-image/add-jfr.yml b/.github/workflows/native-image-add-jfr.yml similarity index 88% rename from .github/workflows/native-image/add-jfr.yml rename to .github/workflows/native-image-add-jfr.yml index 2b80fc799..80d6521d8 100644 --- a/.github/workflows/native-image/add-jfr.yml +++ b/.github/workflows/native-image-add-jfr.yml @@ -3,11 +3,11 @@ on: push: paths: - 'native-image/add-jfr/**' - - '.github/workflows/native-image/add-jfr.yml' + - '.github/workflows/native-image-add-jfr.yml' pull_request: paths: - 'native-image/add-jfr/**' - - '.github/workflows/native-image/add-jfr.yml' + - '.github/workflows/native-image-add-jfr.yml' schedule: - cron: "0 0 1 * *" # run every month workflow_dispatch: diff --git a/.github/workflows/native-image/add-jmx.yml b/.github/workflows/native-image-add-jmx.yml similarity index 92% rename from .github/workflows/native-image/add-jmx.yml rename to .github/workflows/native-image-add-jmx.yml index 0e26eda0f..1f77a1b87 100644 --- a/.github/workflows/native-image/add-jmx.yml +++ b/.github/workflows/native-image-add-jmx.yml @@ -3,11 +3,11 @@ on: push: paths: - 'native-image/add-jmx/**' - - '.github/workflows/native-image/add-jmx.yml' + - '.github/workflows/native-image-add-jmx.yml' pull_request: paths: - 'native-image/add-jmx/**' - - '.github/workflows/native-image/add-jmx.yml' + - '.github/workflows/native-image-add-jmx.yml' schedule: - cron: "0 0 1 * *" # run every month workflow_dispatch: diff --git a/.github/workflows/native-image/add-logging.yml b/.github/workflows/native-image-add-logging.yml similarity index 87% rename from .github/workflows/native-image/add-logging.yml rename to .github/workflows/native-image-add-logging.yml index 7c1cc0c5a..c9890849c 100644 --- a/.github/workflows/native-image/add-logging.yml +++ b/.github/workflows/native-image-add-logging.yml @@ -3,11 +3,11 @@ on: push: paths: - 'native-image/add-logging/**' - - '.github/workflows/native-image/add-logging.yml' + - '.github/workflows/native-image-add-logging.yml' pull_request: paths: - 'native-image/add-logging/**' - - '.github/workflows/native-image/add-logging.yml' + - '.github/workflows/native-image-add-logging.yml' schedule: - cron: "0 0 1 * *" # run every month workflow_dispatch: diff --git a/.github/workflows/native-image/build-from-jar.yml b/.github/workflows/native-image-build-from-jar.yml similarity index 87% rename from .github/workflows/native-image/build-from-jar.yml rename to .github/workflows/native-image-build-from-jar.yml index 86b53f526..a52bdeff7 100644 --- a/.github/workflows/native-image/build-from-jar.yml +++ b/.github/workflows/native-image-build-from-jar.yml @@ -3,11 +3,11 @@ on: push: paths: - 'native-image/build-from-jar/**' - - '.github/workflows/native-image/build-from-jar.yml' + - '.github/workflows/native-image-build-from-jar.yml' pull_request: paths: - 'native-image/build-from-jar/**' - - '.github/workflows/native-image/build-from-jar.yml' + - '.github/workflows/native-image-build-from-jar.yml' schedule: - cron: "0 0 1 * *" # run every month workflow_dispatch: diff --git a/.github/workflows/native-image/build-java-modules.yml b/.github/workflows/native-image-build-java-modules.yml similarity index 87% rename from .github/workflows/native-image/build-java-modules.yml rename to .github/workflows/native-image-build-java-modules.yml index 2654b23ca..da03e922b 100644 --- a/.github/workflows/native-image/build-java-modules.yml +++ b/.github/workflows/native-image-build-java-modules.yml @@ -3,11 +3,11 @@ on: push: paths: - 'native-image/build-java-modules/**' - - '.github/workflows/native-image/build-java-modules.yml' + - '.github/workflows/native-image-build-java-modules.yml' pull_request: paths: - 'native-image/build-java-modules/**' - - '.github/workflows/native-image-build/java-modules.yml' + - '.github/workflows/native-image-build-java-modules.yml' schedule: - cron: "0 0 1 * *" # run every month workflow_dispatch: diff --git a/.github/workflows/native-image/build-shared-library.yml b/.github/workflows/native-image-build-shared-library.yml similarity index 87% rename from .github/workflows/native-image/build-shared-library.yml rename to .github/workflows/native-image-build-shared-library.yml index b3d13ddca..8505852e8 100644 --- a/.github/workflows/native-image/build-shared-library.yml +++ b/.github/workflows/native-image-build-shared-library.yml @@ -3,11 +3,11 @@ on: push: paths: - 'native-image/build-shared-library/**' - - '.github/workflows/native-image/build-shared-library.yml' + - '.github/workflows/native-image-build-shared-library.yml' pull_request: paths: - 'native-image/build-shared-library/**' - - '.github/workflows/native-image/build-shared-library.yml' + - '.github/workflows/native-image-build-shared-library.yml' schedule: - cron: "0 0 1 * *" # run every month workflow_dispatch: diff --git a/.github/workflows/native-image/build-static-images.yml b/.github/workflows/native-image-build-static-images.yml similarity index 92% rename from .github/workflows/native-image/build-static-images.yml rename to .github/workflows/native-image-build-static-images.yml index 3e5ae7583..149f9ef1c 100644 --- a/.github/workflows/native-image/build-static-images.yml +++ b/.github/workflows/native-image-build-static-images.yml @@ -3,11 +3,11 @@ on: push: paths: - 'native-image/build-static-images/**' - - '.github/workflows/native-image/build-static-images.yml' + - '.github/workflows/native-image-build-static-images.yml' pull_request: paths: - 'native-image/build-static-images/**' - - '.github/workflows/native-image/build-static-images.yml' + - '.github/workflows/native-image-build-static-images.yml' schedule: - cron: "0 0 1 * *" # run every month workflow_dispatch: diff --git a/.github/workflows/native-image/build-with-js-embedded.yml b/.github/workflows/native-image-build-with-js-embedded.yml similarity index 86% rename from .github/workflows/native-image/build-with-js-embedded.yml rename to .github/workflows/native-image-build-with-js-embedded.yml index 5f8f37425..ecef55ea6 100644 --- a/.github/workflows/native-image/build-with-js-embedded.yml +++ b/.github/workflows/native-image-build-with-js-embedded.yml @@ -3,11 +3,11 @@ on: push: paths: - 'native-image/build-with-js-embedded/**' - - '.github/workflows/native-image/build-with-js-embedded.yml' + - '.github/workflows/native-image-build-with-js-embedded.yml' pull_request: paths: - 'native-image/build-with-js-embedded/**' - - '.github/workflows/native-image/build-with-js-embedded.yml' + - '.github/workflows/native-image-build-with-js-embedded.yml' schedule: - cron: "0 0 1 * *" # run every month workflow_dispatch: diff --git a/.github/workflows/native-image/configure-with-tracing-agent.yml b/.github/workflows/native-image-configure-with-tracing-agent.yml similarity index 88% rename from .github/workflows/native-image/configure-with-tracing-agent.yml rename to .github/workflows/native-image-configure-with-tracing-agent.yml index 9dc74fa09..8ff6b1c4b 100644 --- a/.github/workflows/native-image/configure-with-tracing-agent.yml +++ b/.github/workflows/native-image-configure-with-tracing-agent.yml @@ -3,11 +3,11 @@ on: push: paths: - 'native-image/configure-with-tracing-agent/**' - - '.github/workflows/native-image/configure-with-tracing-agent.yml' + - '.github/workflows/native-image-configure-with-tracing-agent.yml' pull_request: paths: - 'native-image/configure-with-tracing-agent/**' - - '.github/workflows/native-image/configure-with-tracing-agent.yml' + - '.github/workflows/native-image-configure-with-tracing-agent.yml' schedule: - cron: "0 0 1 * *" # run every month workflow_dispatch: diff --git a/README.md b/README.md index c29001a0f..e1d3ee35b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ cd graalvm-demos