Skip to content

Commit 7c764aa

Browse files
authored
chore: Replace Makefile with atmos.yaml (#37)
1 parent f59b5a7 commit 7c764aa

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

.github/workflows/test-jq-version.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
name: Test JQ version
22
on:
3-
workflow_dispatch: {}
4-
## Added pull_request to register workflow from the PR.
3+
workflow_dispatch:
4+
inputs:
5+
ref:
6+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
7+
required: false
8+
type: "string"
9+
sha:
10+
description: "The sha of the commit that triggered the workflow run"
11+
required: false
12+
type: "string" ## Added pull_request to register workflow from the PR.
513
## Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
614
# pull_request: {}
715

.github/workflows/test-pr-closed.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
name: Test PR closed
22
on:
3-
workflow_dispatch: {}
4-
## Added pull_request to register workflow from the PR.
3+
workflow_dispatch:
4+
inputs:
5+
ref:
6+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
7+
required: false
8+
type: "string"
9+
sha:
10+
description: "The sha of the commit that triggered the workflow run"
11+
required: false
12+
type: "string" ## Added pull_request to register workflow from the PR.
513
## Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
614
# pull_request: {}
715

.github/workflows/test-pr-opened.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
name: Test PR opened
22
on:
3-
workflow_dispatch: {}
4-
## Added pull_request to register workflow from the PR.
3+
workflow_dispatch:
4+
inputs:
5+
ref:
6+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
7+
required: false
8+
type: "string"
9+
sha:
10+
description: "The sha of the commit that triggered the workflow run"
11+
required: false
12+
type: "string" ## Added pull_request to register workflow from the PR.
513
## Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
614
# pull_request: {}
715

0 commit comments

Comments
 (0)