Skip to content

Commit

Permalink
cosmectic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Nov 7, 2024
1 parent a67a940 commit 180dee3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions .circleci/config.yaml.example
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "0 * * * *"

jobs:
run:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 180dee3

Please sign in to comment.