We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e89cb9 commit 04e91d6Copy full SHA for 04e91d6
1 file changed
.github/workflows/regression.yml
@@ -1,22 +1,16 @@
1
name: regression
2
3
# start job only for PRs when a label is added.
4
-on: push
5
- # pull_request:
6
- # types: [labeled]
+on:
+ pull_request:
+ types: [labeled]
7
8
jobs:
9
regresstion:
10
- # if: contains(github.event.pull_request.labels.*.name, 'run-regression')
+ if: contains(github.event.pull_request.labels.*.name, 'run-regression')
11
12
runs-on: pineko-stbc3
13
14
- # container:
15
- # image: ghcr.io/nnpdf/lhapdf:v2
16
- # credentials:
17
- # username: ${{ github.repository_owner }}
18
- # password: ${{ github.token }}
19
-
20
steps:
21
- uses: actions/checkout@v2
22
with:
0 commit comments