Skip to content

Commit

Permalink
Merge pull request #159 from zowe/update-workflows-v1
Browse files Browse the repository at this point in the history
Update workflows (v1)
  • Loading branch information
awharn authored Sep 9, 2024
2 parents a18ab69 + 9858fdf commit 1871ab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- master
- zowe-v?-lts
- next
# schedule:
# - cron: '0 10 * * *'
schedule:
- cron: '0 10 * * *'

jobs:
audit:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/zowe-cli-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ jobs:
if: github.event_name == 'push' && github.ref_protected
needs: test
runs-on: ubuntu-latest

permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1871ab2

Please sign in to comment.