Skip to content

Commit

Permalink
Merge pull request #369 from netscaler/github-action-workflow-update
Browse files Browse the repository at this point in the history
updated the workflows
  • Loading branch information
sumanth-lingappa authored Feb 22, 2024
2 parents 66cc92c + 490e361 commit f29e963
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ah_token_refresh.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Refresh the automation hub token
# the token expires every 30 days, so we need to refresh it
"on":
on:
schedule:
- cron: "0 12 1,15 * *" # run 12pm on the 1st and 15th of the month
workflow_dispatch:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ name: ansible-test
on:
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'examples/**'
paths:
- plugins/**
- tests/**
push:
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'examples/**'

paths:
- plugins/**
- tests/**
jobs:
ansible-galaxy-importer:
name: ansible-galaxy-importer
Expand Down

0 comments on commit f29e963

Please sign in to comment.