We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179d068 commit 2146c34Copy full SHA for 2146c34
1 file changed
.github/workflows/experimental.yml
@@ -3,12 +3,10 @@ on:
3
schedule:
4
- cron: '0 0 * * *' # Runs every day at midnight
5
workflow_dispatch:
6
- branches: [ master ]
7
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
- continue-on-error: true
12
13
strategy:
14
matrix:
0 commit comments