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 2f0e4d9 commit 4ad88a3Copy full SHA for 4ad88a3
.github/workflows/ci.yml
@@ -9,6 +9,14 @@ on:
9
branches:
10
- master
11
12
+# TODO: Implement support to automatically update the version of
13
+# metacall/core when there is a tag on that repo that triggers this one
14
+inputs:
15
+ ref:
16
+ description: "Version of metacall/core that triggered this workflow"
17
+ required: false
18
+ default: ""
19
+
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22
cancel-in-progress: true
0 commit comments