Skip to content

Commit

Permalink
Merge pull request #28 from pyiron/target_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber authored Apr 15, 2024
2 parents f6e1865 + 0a823b4 commit da7e1ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.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/tests-and-coverage.yml@main
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-1.1.0b
secrets: inherit
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/dependabot-pr.yml@main
uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-1.1.0b
secrets: inherit
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In this case, you could add a new file `.ci_support/environment-notebooks.yml`,
```yaml
jobs:
pyiron:
uses: pyiron/actions/.github/workflows/push-pull.yml@main
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-1.1.0b
secrets: inherit
# All the environment files variables point to .ci_support/environment.yml by default
```
Expand All @@ -46,7 +46,7 @@ It instead reads
```yaml
jobs:
pyiron:
uses: pyiron/actions/.github/workflows/push-pull.yml@main
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-1.1.0b
secrets: inherit
with:
notebooks-env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml
Expand Down

0 comments on commit da7e1ac

Please sign in to comment.