Skip to content

Commit

Permalink
Merge pull request #10 from NilashishC/main
Browse files Browse the repository at this point in the history
Do not run the workflows on self
  • Loading branch information
KB-perByte authored Mar 29, 2024
2 parents 1a6b1be + eff07e0 commit 7e4bb82
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 37 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/integration.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
name: Integration
"on":
pull_request:
branches:
- main
- releases/**
- stable/**
workflow_call: null
jobs:
tox-matrix:
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 7e4bb82

Please sign in to comment.