Skip to content

Commit 1314b50

Browse files
committed
keepalive: drop invalid strategy
The `strategy` entries are only applicable in matrix jobs, which this workflow does not have. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 371afac commit 1314b50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/keepalive.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
jobs:
99
job:
1010
runs-on: ubuntu-latest
11-
strategy:
12-
fail-fast: false
1311
permissions:
1412
contents: write
1513
steps:

0 commit comments

Comments
 (0)