Skip to content

Commit

Permalink
restore unittest for latest qiskit
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Aug 14, 2024
1 parent aec2e0c commit 0fbfc30
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/unit-tests-latest-qiskit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Unit Tests for latest Qiskit
on:
push:
branches: [main, 'stable/*']
pull_request:
branches: [main, 'stable/*']
#on:
# schedule:
# - cron: '0 5 * * *'
schedule:
- cron: '0 5 * * *'
concurrency:
group: ${{ github.repository }}-${{ github.ref }}-${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
Expand Down

0 comments on commit 0fbfc30

Please sign in to comment.