Skip to content

Commit

Permalink
debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimpson-work committed Nov 7, 2024
1 parent f71de06 commit 22238e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ concurrency:
group: ${{ startsWith(github.ref_name, 'main') && format('unique-{0}', github.run_id) || format('ci-build-and-test-on-{0}-from-{1}', github.event_name, github.ref_name) }}
cancel-in-progress: true

on:
push:
branches:
- "*"
on: [push]

jobs:
build-and-test:
Expand Down

0 comments on commit 22238e9

Please sign in to comment.