Skip to content

Commit 7718c91

Browse files
♻️ DEV-3489: Simplification (#790)
2 parents 4804cd4 + 0555dc7 commit 7718c91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+10
-1113
lines changed

examples/snippets/.github/workflows/atmos-components-updater.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
update:
1111
environment: atmos
1212
runs-on:
13-
- self-hosted
14-
- terraform
13+
- "runs-on=${{ github.run_id }}"
14+
- "runner=small"
15+
- "private=false"
1516
steps:
1617
- name: "Checkout source code at current commit"
1718
uses: actions/checkout@v4

examples/snippets/.github/workflows/atmos-terraform-apply-matrix.yaml

Lines changed: 0 additions & 55 deletions
This file was deleted.

examples/snippets/.github/workflows/atmos-terraform-apply.yaml

Lines changed: 0 additions & 102 deletions
This file was deleted.

examples/snippets/.github/workflows/atmos-terraform-dispatch.yaml

Lines changed: 0 additions & 65 deletions
This file was deleted.

examples/snippets/.github/workflows/atmos-terraform-drift-detection.yaml

Lines changed: 0 additions & 63 deletions
This file was deleted.

examples/snippets/.github/workflows/atmos-terraform-drift-remediation.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)