Skip to content

Commit 4e7eb40

Browse files
authored
chore: Replace Makefile with atmos.yaml (#113)
1 parent dbe14df commit 4e7eb40

10 files changed

+100
-20
lines changed

.github/workflows/test-atmos-pro-enabled.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: "Test - Atmos Pro Enabled"
22

33
on:
4-
workflow_dispatch: {}
5-
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
8+
required: false
9+
type: "string"
10+
sha:
11+
description: "The sha of the commit that triggered the workflow run"
12+
required: false
13+
type: "string"
614
pull_request:
715
types: [opened, synchronize, reopened]
816

.github/workflows/test-changes-exists-drift.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: "Test - Changes exists - Drift"
22

33
on:
4-
workflow_dispatch: {}
5-
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
8+
required: false
9+
type: "string"
10+
sha:
11+
description: "The sha of the commit that triggered the workflow run"
12+
required: false
13+
type: "string"
614
env:
715
AWS_REGION: us-east-2
816

.github/workflows/test-changes-exists.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: "Test - Changes exists"
22

33
on:
4-
workflow_dispatch: {}
5-
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
8+
required: false
9+
type: "string"
10+
sha:
11+
description: "The sha of the commit that triggered the workflow run"
12+
required: false
13+
type: "string"
614
env:
715
AWS_REGION: us-east-2
816

.github/workflows/test-failed-plan-drift.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: "Test - Failed plan - Drift"
22

33
on:
4-
workflow_dispatch: {}
5-
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
8+
required: false
9+
type: "string"
10+
sha:
11+
description: "The sha of the commit that triggered the workflow run"
12+
required: false
13+
type: "string"
614
env:
715
AWS_REGION: us-east-2
816

.github/workflows/test-failed-plan.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: "Test - Failed plan"
22

33
on:
4-
workflow_dispatch: {}
5-
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
8+
required: false
9+
type: "string"
10+
sha:
11+
description: "The sha of the commit that triggered the workflow run"
12+
required: false
13+
type: "string"
614
env:
715
AWS_REGION: us-east-2
816

.github/workflows/test-infra-cost.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: "Test - Infra cost"
22

33
on:
4-
workflow_dispatch: {}
5-
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
8+
required: false
9+
type: "string"
10+
sha:
11+
description: "The sha of the commit that triggered the workflow run"
12+
required: false
13+
type: "string"
614
env:
715
AWS_REGION: us-east-2
816

.github/workflows/test-no-changes-drift-more.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: "Test - No changes - Drift mode"
22

33
on:
4-
workflow_dispatch: {}
5-
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
8+
required: false
9+
type: "string"
10+
sha:
11+
description: "The sha of the commit that triggered the workflow run"
12+
required: false
13+
type: "string"
614
env:
715
AWS_REGION: us-east-2
816

.github/workflows/test-no-changes.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: "Test - No changes"
22

33
on:
4-
workflow_dispatch: {}
5-
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
8+
required: false
9+
type: "string"
10+
sha:
11+
description: "The sha of the commit that triggered the workflow run"
12+
required: false
13+
type: "string"
614
env:
715
AWS_REGION: us-east-2
816

.github/workflows/test-settings-action-disabled-drift.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: "Test - Github action settings disabled - Drift"
22

33
on:
4-
workflow_dispatch: {}
5-
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
8+
required: false
9+
type: "string"
10+
sha:
11+
description: "The sha of the commit that triggered the workflow run"
12+
required: false
13+
type: "string"
614
env:
715
AWS_REGION: us-east-2
816

.github/workflows/test-settings-action-disabled.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: "Test - Github action settings disabled"
22

33
on:
4-
workflow_dispatch: {}
5-
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
8+
required: false
9+
type: "string"
10+
sha:
11+
description: "The sha of the commit that triggered the workflow run"
12+
required: false
13+
type: "string"
614
env:
715
AWS_REGION: us-east-2
816

0 commit comments

Comments
 (0)