Skip to content

Commit

Permalink
fix: kikish errors !
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bourianes committed Apr 16, 2024
1 parent cc4d095 commit 7bc4d78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Main CI
on: [ push ]

concurrency:
group: ci
jobs:
run_tests:
name: Run tests
Expand Down Expand Up @@ -50,4 +48,4 @@ jobs:
- name: Run tests
env:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
run: bash ./scripts/run_tests.sh -n ${{ matrix.node }}
run: bash ./scripts/run_tests.sh -n ${{ matrix.node }}

0 comments on commit 7bc4d78

Please sign in to comment.