diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 24cd1658..06a9d4e0 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -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 \ No newline at end of file + extra-python-paths: tests tests/benchmark tests/integration tests/static tests/unit # For pympipool \ No newline at end of file diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index 3150d1a9..0559d311 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@main + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.1.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index 5c53b972..7881d907 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@main + uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.1.0 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 2eb465f0..48b14f1f 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@main + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-2.0.7 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 66b581da..43bb8df4 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@main + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.1.0 secrets: inherit with: docs-env-files: .ci_support/environment.yml diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 0a9c868a..66f744a0 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@main + uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.1.0 secrets: inherit \ No newline at end of file