Skip to content

Commit

Permalink
Remove testing elements
Browse files Browse the repository at this point in the history
Pull_request was only temporary so that I could see the workflow
run. Once this is in the main branch, I should be able to use
the workflow dispatch feature.
  • Loading branch information
mhucka committed Dec 4, 2024
1 parent 0b351f5 commit 0df6595
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cirq_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ on:
description: Make Bazel build outputs downloadable?
type: boolean
default: true
pull_request:
branches:
- master

jobs:
test-compatibility:
Expand All @@ -76,9 +73,6 @@ jobs:
steps:
- name: Check out a copy of the TFQ git repository
uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: Set up Python
id: python
Expand Down

0 comments on commit 0df6595

Please sign in to comment.