Skip to content

Commit

Permalink
try: action
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jan 31, 2024
1 parent 5fe44c4 commit d01da07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Example
on:
pull_request:
push:
branches: main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -111,6 +110,8 @@ jobs:
- uses: ./
with:
working-directory: example
stack-build-arguments-test: |
--test-arguments="--fail-on-focused --print-slow-items=5"
stack-yaml: ${{ matrix.stack-yaml }}

test-auto-nightly:
Expand Down

0 comments on commit d01da07

Please sign in to comment.