We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c1419 commit 37937d8Copy full SHA for 37937d8
1 file changed
.github/workflows/elf.yml
@@ -7,8 +7,8 @@ on:
7
branches:
8
- main
9
paths-ignore:
10
- - '**/*.pdf'
11
- - '**/*.md'
+ - "**/*.pdf"
+ - "**/*.md"
12
push:
13
tags:
14
- v[0-9]+.*
@@ -24,10 +24,8 @@ concurrency:
24
jobs:
25
elf:
26
runs-on:
27
- - runs-on
28
- - runner=ubuntu-latest
+ - ubuntu-latest
29
- run-id=${{ github.run_id }}
30
- - spot=false
31
32
steps:
33
- name: Checkout code
0 commit comments