Skip to content

Commit 2932ecb

Browse files
authored
Merge pull request opendatahub-io#229 from DharmitD/pr-tag
Turn off on tag push event for odh-manifests PR sync action
2 parents 7527318 + 7aa753a commit 2932ecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/odh-manifests-PR-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: odh-manifests sync
33
run-name: Sync manifests in odh-manifests
44
on:
55
workflow_dispatch:
6-
push:
7-
tags:
8-
- '*'
6+
# push:
7+
# tags:
8+
# - '*'
99
jobs:
1010
send-pull-requests:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)