Skip to content

Commit

Permalink
chore(ci): disable non-dev ci
Browse files Browse the repository at this point in the history
Non-dev ci takes 3 hours to run. Disable it for now.
  • Loading branch information
alubbock committed Aug 7, 2024
1 parent 09f394b commit a2abd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dev: ['--dev','']
dev: ['--dev'] # Running non-dev takes hours
env:
DEVFLAG: ${{ matrix.dev }}
steps:
Expand Down

0 comments on commit a2abd42

Please sign in to comment.