Skip to content

Commit

Permalink
allow manual triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 25, 2024
1 parent 0dc359a commit 139a258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Build & Test"
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
tests:
needs: build
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
echo "examples=$json" >> $GITHUB_OUTPUT
examples:
name: ${{ matrix.example }} (${{ join(matrix.os) }})
needs: [generate-examples, build]
needs: [generate-examples]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 139a258

Please sign in to comment.