Skip to content

Commit

Permalink
Handle secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Jan 9, 2024
1 parent bdbeb71 commit 71dc6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: pip install qiskit-ibm-runtime tox

- name: Save IBM Quantum account
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
if: github.event_type == 'workflow_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
shell: python
run: |
# This saves the result for qiskit-ibm-provider too
Expand Down

0 comments on commit 71dc6c3

Please sign in to comment.