Skip to content

Commit 33819eb

Browse files
authored
chore: Remove reference to the filter job
1 parent 12839f8 commit 33819eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-platform-java-downstream_protobuf_compatibility_check_nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# 1. PR is raised from Release-Please (PR comes from branch: release-please--branches-main)
2222
# 2. Job is invoked by the nightly job (scheduled event)
2323
# 3. Job is manually invoked via Github UI (workflow_dispatch event)
24-
if: needs.filter.outputs.library == 'true' && (github.head_ref == 'release-please--branches--main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
24+
if: github.head_ref == 'release-please--branches--main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
2525
runs-on: ubuntu-22.04
2626
strategy:
2727
fail-fast: false

0 commit comments

Comments
 (0)