Skip to content

Commit

Permalink
remove some conditionals from workflows
Browse files Browse the repository at this point in the history
Too many conditionals were added recently (and earlier), remove the
extras.

Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
  • Loading branch information
tuminoid committed Jan 11, 2024
1 parent 585d25c commit e208d43
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: build-images-action

on:
push:
branches:
- 'main'
- 'release-*'
tags:
- 'v*'

permissions: {}

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
contents: read
pull-requests: write

if: github.repository == 'metal3-io/ip-address-manager'
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
permissions:
contents: read

if: github.repository == 'metal3-io/ip-address-manager'
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
permissions:
checks: write

if: github.repository == 'metal3-io/ip-address-manager'
steps:
- name: Verifier action
id: verifier
Expand Down

0 comments on commit e208d43

Please sign in to comment.