Skip to content

Commit

Permalink
Merge pull request #53 from pyiron/bump_ci_target
Browse files Browse the repository at this point in the history
Bump CI target
  • Loading branch information
liamhuber authored May 11, 2024
2 parents 6e6c586 + cd4d796 commit 1d9ba10
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Tests-and-Coverage:
uses: pyiron/actions/.github/workflows/[email protected].1
uses: pyiron/actions/.github/workflows/[email protected].2
secrets: inherit
with:
tests-env-files: .ci_support/environment.yml .ci_support/environment-pyiron_atomistics.yml
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/[email protected].1
uses: pyiron/actions/.github/workflows/[email protected].2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/[email protected].1
uses: pyiron/actions/.github/workflows/[email protected].2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-target-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/[email protected].1
uses: pyiron/actions/.github/workflows/[email protected].2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/push-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/[email protected].1
uses: pyiron/actions/.github/workflows/[email protected].2
secrets: inherit
with:
docs-env-files: .ci_support/environment.yml .ci_support/environment-docs.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/[email protected].1
uses: pyiron/actions/.github/workflows/[email protected].2
secrets: inherit
with:
semantic-upper-bound: 'minor'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
codeql:
uses: pyiron/actions/.github/workflows/[email protected].1
uses: pyiron/actions/.github/workflows/[email protected].2
secrets: inherit

0 comments on commit 1d9ba10

Please sign in to comment.