We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d04997 commit 60c5f9dCopy full SHA for 60c5f9d
.github/workflows/integration.yml
@@ -0,0 +1,20 @@
1
+---
2
+name: Integration
3
+
4
+on:
5
+ workflow_dispatch:
6
+ pull_request:
7
+ branches:
8
+ - main
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
14
+jobs:
15
+ call-shared:
16
+ uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main
17
+ with:
18
+ language: javascript
19
+ repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
20
+ commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments