From 11c38538b9259d85815eebad322fdf96a180258c Mon Sep 17 00:00:00 2001 From: liamhuber Date: Tue, 14 May 2024 14:48:07 -0700 Subject: [PATCH] Target CI branch --- .github/workflows/daily.yml | 2 +- .github/workflows/dependabot-pr.yml | 2 +- .github/workflows/pr-labeled.yml | 2 +- .github/workflows/pr-target-opened.yml | 2 +- .github/workflows/push-pull.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/weekly.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 680b84f3c..e9356a167 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -8,7 +8,7 @@ on: jobs: codeql: - uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.0.1 + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@no_build_isolation secrets: inherit with: tests-in-python-path: true \ No newline at end of file diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index 646dc6b57..65aaf4fd4 100644 --- a/.github/workflows/dependabot-pr.yml +++ b/.github/workflows/dependabot-pr.yml @@ -6,5 +6,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.0.1 + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@no_build_isolation secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index 506455089..9a810873c 100644 --- a/.github/workflows/pr-labeled.yml +++ b/.github/workflows/pr-labeled.yml @@ -8,5 +8,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.0.1 + uses: pyiron/actions/.github/workflows/pr-labeled.yml@no_build_isolation secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-target-opened.yml b/.github/workflows/pr-target-opened.yml index 12be50e19..19a44cbc5 100644 --- a/.github/workflows/pr-target-opened.yml +++ b/.github/workflows/pr-target-opened.yml @@ -8,5 +8,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.0.1 + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@no_build_isolation secrets: inherit \ No newline at end of file diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 58f9fd651..efaaf129e 100644 --- a/.github/workflows/push-pull.yml +++ b/.github/workflows/push-pull.yml @@ -9,7 +9,7 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.0.1 + uses: pyiron/actions/.github/workflows/push-pull.yml@no_build_isolation secrets: inherit with: docs-env-files: .ci_support/environment.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 088a0f6a7..23c0b1883 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.0.1 + uses: pyiron/actions/.github/workflows/pyproject-release.yml@no_build_isolation secrets: inherit with: semantic-upper-bound: 'minor' diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 3ce20cdc3..e65ebf0c1 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -8,5 +8,5 @@ on: jobs: codeql: - uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.0.1 + uses: pyiron/actions/.github/workflows/codeql.yml@no_build_isolation secrets: inherit \ No newline at end of file