We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716cdaa commit 7d9fd34Copy full SHA for 7d9fd34
.github/workflows/galaxy-import.yml
@@ -13,7 +13,7 @@ name: Import to Galaxy
13
jobs:
14
galaxy-import:
15
name: Import to Galaxy
16
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
17
if: ${{ github.event.workflow_run.conclusion == 'success' }}
18
steps:
19
- name: Check out the codebase.
.github/workflows/molecule.yml
@@ -8,7 +8,7 @@ name: CI
8
9
10
molecule:
11
12
- name: Checkout
uses: actions/checkout@v3
0 commit comments