Skip to content

Commit

Permalink
Do not run the workflows on self
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
  • Loading branch information
NilashishC committed Mar 29, 2024
1 parent 1a6b1be commit 93bda03
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ansible_lint.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
name: Ansible lint
"on":
pull_request:
branches:
- main
- stable
- release/v*
workflow_call:
inputs:
args:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/build_import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
name: Build and import collection

"on":
release:
types: [published]
pull_request:
branches:
- main
- releases/**
- stable/**
workflow_call: null

jobs:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/check_label.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
---
name: Check label
"on":
issues:
types:
- opened
- reopened
pull_request_target:
types:
- opened
- labeled
- unlabeled
- synchronize
workflow_call:
secrets:
BOT_PAT:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
name: Ansible sanity
"on":
pull_request:
branches:
- main
- releases/**
- stable/**
workflow_call: null
jobs:
tox-matrix:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
name: Ansible Unit
"on":
pull_request:
branches:
- main
- releases/**
- stable/**
workflow_call:
inputs:
collection_pre_install:
Expand Down

0 comments on commit 93bda03

Please sign in to comment.