Skip to content

Commit

Permalink
delete stale branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Mar 27, 2024
1 parent 105ca81 commit 84fdfb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certify-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Certify Operator
on:
push:
branches:
- delete-branch
- delete-branchff

env:
platforms: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/delete-operator-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branch:
description: "Operator Branch to delete"
required: true
push:
branches:
- delete-branch

permissions:
contents: read
Expand All @@ -18,6 +21,6 @@ jobs:
uses: dawidd6/action-delete-branch@v3
with:
github_token: ${{ secrets.NGINX_PAT }}
branches: ${{ inputs.branch }}
branches: update-nginx-ingress-operator-to-v2.2.0
repository: certified-operators
owner: nginx-bot

0 comments on commit 84fdfb8

Please sign in to comment.