Skip to content

Commit

Permalink
Fix ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwini-mhatre committed Jul 17, 2023
1 parent 83b6bf0 commit 53b8475
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

on:
on: # yamllint disable-line rule:truthy
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: code_coverage

on:
on: # yamllint disable-line rule:truthy
push:
pull_request:
branches: [ main ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

on:
on: # yamllint disable-line rule:truthy
push:
# branches to consider in the event; optional, defaults to all
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: release
on:
on: # yamllint disable-line rule:truthy
release:
types: [published]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/token_refresh.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: refresh_automation_hub_token
on:
on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
Expand Down

0 comments on commit 53b8475

Please sign in to comment.