Skip to content

Commit

Permalink
add pull_request type
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Nov 3, 2024
1 parent 0a0cd88 commit a230de9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/docs-ci-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ on:
#- test-netops-docs-workflow
paths:
- manifests/**
pull_request:
paths:
- manifests/**

jobs:
trigger_downstream_workflow:
if: ${{ github.event_name == 'pull_request' }}
uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow
with:
#git_tag: v24.10.0-beta.4 #${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion manifests/test-docs-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# trigger ci workflow X 18
# trigger ci workflow X 19

0 comments on commit a230de9

Please sign in to comment.