Skip to content

Commit 2146c34

Browse files
authored
No continue-on-error for head Rubies
* It is already a daily job so that would just hide failures needlessly.
1 parent 179d068 commit 2146c34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/experimental.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ on:
33
schedule:
44
- cron: '0 0 * * *' # Runs every day at midnight
55
workflow_dispatch:
6-
branches: [ master ]
76

87
jobs:
98
build:
109
runs-on: ubuntu-latest
11-
continue-on-error: true
1210

1311
strategy:
1412
matrix:

0 commit comments

Comments
 (0)