mirror of
https://github.com/usatiuk/y.git
synced 2025-10-28 02:27:49 +01:00
so you can't use env there
This commit is contained in:
3
.github/workflows/y.yml
vendored
3
.github/workflows/y.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user