Skip to content

Commit

Permalink
[patch] Daily patch (#330)
Browse files Browse the repository at this point in the history
* Pass the right workflow kwarg

* Let daily be dispatched

* Target 3.1.0 instead of main

Don't know how I let that slip through, although they are (presently) equivalent

* Downgrade pr-target-opened version

It's just binder badge, which I bugged in the most recent version
  • Loading branch information
liamhuber committed May 16, 2024
1 parent ccfcfe5 commit 3c5b71a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
name: Daily

on:
workflow_dispatch:
schedule:
- cron: '0 23 * * *'

jobs:
codeql:
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@main
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.1.0
secrets: inherit
with:
tests-in-python-path: true
extra-python-paths: tests tests/benchmark tests/integration tests/static tests/unit # For pympipool
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-3.1.0
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/pr-labeled.yml@main
uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.1.0
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/pr-target-opened.yml@main
uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-2.0.7
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/push-pull.yml@main
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.1.0
secrets: inherit
with:
docs-env-files: .ci_support/environment.yml
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/codeql.yml@main
uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.1.0
secrets: inherit

0 comments on commit 3c5b71a

Please sign in to comment.