diff --git a/.github/workflows/y.yml b/.github/workflows/y.yml index ed4ffb5..92a5aa6 100644 --- a/.github/workflows/y.yml +++ b/.github/workflows/y.yml @@ -32,7 +32,6 @@ jobs: runs-on: ubuntu-latest permissions: contents: write - if: env.ACT!='true' steps: - uses: actions/checkout@v4 @@ -41,6 +40,7 @@ jobs: with: java-version: "17" distribution: "zulu" + if: env.ACT!='true' # Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies. # See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md @@ -49,6 +49,7 @@ jobs: with: # The gradle project is not in the root of the repository. build-root-directory: server + if: env.ACT!='true' docker-publish: runs-on: ubuntu-latest