Skip to content

Commit

Permalink
Last workflow update
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Mar 4, 2024
1 parent 4aba394 commit dcafa11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI for WebHelp Contribution

on:
push:
branches:
- master
- zowe-v1-lts
pull_request_target:
workflow_dispatch:
inputs:
Expand All @@ -17,7 +20,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) && !contains(github.event.head_commit.message, '[ci skip]')
if: (!contains(github.event.head_commit.message, '[ci skip]'))

steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion test

This file was deleted.

0 comments on commit dcafa11

Please sign in to comment.