Skip to content

Commit 0df6595

Browse files
committed
Remove testing elements
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.
1 parent 0b351f5 commit 0df6595

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cirq_compatibility.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ on:
6565
description: Make Bazel build outputs downloadable?
6666
type: boolean
6767
default: true
68-
pull_request:
69-
branches:
70-
- master
7168

7269
jobs:
7370
test-compatibility:
@@ -76,9 +73,6 @@ jobs:
7673
steps:
7774
- name: Check out a copy of the TFQ git repository
7875
uses: actions/checkout@v4
79-
with:
80-
ref: ${{github.event.pull_request.head.ref}}
81-
repository: ${{github.event.pull_request.head.repo.full_name}}
8276

8377
- name: Set up Python
8478
id: python

0 commit comments

Comments
 (0)