Skip to content

Commit

Permalink
Merge pull request #45 from rcwbr/44-fix-release-it-required-check-name
Browse files Browse the repository at this point in the history
release-it required check
  • Loading branch information
rcwbr authored Nov 8, 2024
2 parents 38afb35 + 12b92ef commit cad7c48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ rulesets:
required_status_checks:
- context: Build Docker images
integration_id: 15368 # GitHub Actions integration ID
- context: Release-it workflow / Release-it dry-run
- context: release-it-workflow / Release-it dry-run
integration_id: 15368 # GitHub Actions integration ID
# Requires PR branches to be up-to-date with target
strict_required_status_checks_policy: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
docker-bake-base-metadata: ${{ steps.docker-bake-base.outputs.metadata }}
docker-bake-conventional-changelog-metadata: ${{ steps.docker-bake-conventional-changelog.outputs.metadata }}
release-it-workflow:
name: Release-it workflow
uses: rcwbr/release-it-gh-workflow/.github/workflows/[email protected]
needs: build-docker-images
with:
Expand Down

0 comments on commit cad7c48

Please sign in to comment.