From b8190568daa0ab56af370b608045cda499f996ee Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sat, 4 May 2024 12:20:21 +0200 Subject: [PATCH] so you can't use env there --- .github/workflows/y.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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