mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 05:08:28 +03:00
Re-add 'ubuntu-latest' - now that we're rid of tsp_client
This commit is contained in:
3
.github/workflows/tests-download.yaml
vendored
3
.github/workflows/tests-download.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
# For PRs, run the tests-core workflow first
|
||||
workflow_run:
|
||||
workflows: ["Core Tests"] # This should match the name of your tests-core workflow
|
||||
workflows: ["Core Tests"]
|
||||
types:
|
||||
- completed
|
||||
branches: [main]
|
||||
@@ -30,7 +30,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
# When triggered by workflow_run, we need to check out the PR code
|
||||
ref: ${{ github.event.workflow_run.head_branch || github.ref }}
|
||||
|
||||
- name: Install poetry
|
||||
|
||||
Reference in New Issue
Block a user