We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1bb19 commit 05e8023Copy full SHA for 05e8023
.github/workflows/build.yml
@@ -1,11 +1,7 @@
1
name: build
2
3
on:
4
- push:
5
- branches:
6
- - "main"
7
-
8
- pull_request:
+ pull_request_target:
9
paths:
10
- "go.*"
11
- "**/*.go"
@@ -109,8 +105,8 @@ jobs:
109
105
- name: Test scm-engine against test GitLab project
110
106
run: ./scm-engine evaluate 1
111
107
env:
112
- SCM_ENGINE_CONFIG_FILE: ".scm-engine.example.yml"
113
108
SCM_ENGINE_TOKEN: "${{ secrets.GITLAB_INTEGRATION_TEST_API_TOKEN }}"
+ SCM_ENGINE_CONFIG_FILE: ".scm-engine.example.yml"
114
GITLAB_PROJECT: "jippi/scm-engine-schema-test"
115
GITLAB_BASEURL: https://gitlab.com/
116
0 commit comments