diff --git a/.circleci/config.yaml.example b/.circleci/config.yaml.example index a9e256d..7804947 100644 --- a/.circleci/config.yaml.example +++ b/.circleci/config.yaml.example @@ -1,14 +1,4 @@ version: 2 -jobs: - check: - machine: - - image: ubuntu-2204:current - steps: - - checkout - - run: touch config.env - - run: ./bin/check.sh - environment: - - PLAN_CODE: 24ska01 workflows: version: 2 @@ -24,3 +14,14 @@ workflows: branches: ignore: - main + +jobs: + check: + machine: + - image: ubuntu-2204:current + steps: + - checkout + - run: touch config.env + - run: ./bin/check.sh + environment: + - PLAN_CODE: 24ska01 diff --git a/.github/workflows/check.yaml.example b/.github/workflows/check.yaml.example index 5e84d5b..0e17164 100644 --- a/.github/workflows/check.yaml.example +++ b/.github/workflows/check.yaml.example @@ -5,7 +5,7 @@ on: - cron: "0 * * * *" jobs: - run: + check: runs-on: ubuntu-latest steps: - name: Checkout