Skip to content

Commit

Permalink
Merge pull request #123 from shiftstack/fix-workflow
Browse files Browse the repository at this point in the history
Small fixes to workflows
  • Loading branch information
pierreprinetti authored Dec 13, 2024
2 parents dde2bad + e9ff646 commit fdcf2fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- labeled

jobs:
backport_v1.0:
backport_v1_0:
name: "Backport to v1.0"
# Only react to merged PRs for security reasons.
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ensure-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- .github/labels.yaml
- .github/workflows/ensure-labels.yaml

jobs:
ensure:
runs-on: ubuntu-latest
Expand Down
File renamed without changes.

0 comments on commit fdcf2fc

Please sign in to comment.