We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c8978 commit ea20499Copy full SHA for ea20499
.github/workflows/galaxy.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
release:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
12
steps:
13
- name: galaxy
14
uses: robertdebock/galaxy-action@1.0.1
.github/workflows/lint.yml
@@ -7,9 +7,9 @@ on:
7
- feature/*
lint:
strategy:
- fail-fast: false
+ fail-fast: true
- name: checkout
15
uses: actions/checkout@v2
.github/workflows/main.yml
@@ -10,9 +10,9 @@ on:
- cron: '0 6 * * 0'
test:
16
17
18
0 commit comments