Skip to content

Commit

Permalink
ci: cleanup unused powershell in workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed May 6, 2024
1 parent 973d95a commit 0588c4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/branch-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
$targetBranch = "${{ github.base_ref }}";
$srcBranch = "${{ github.head_ref }}";
$featureBranchRegex = "";
$dependatobt
# Validate the source branch
if ($srcBranch -notmatch "${{ vars.FEATURE_BRANCH_REGEX }}" -and $srcBranch -notmatch "${{ vars.RENOVATE_BRANCH_REGEX }}") {
$errorMsg = "::error::The source branch name '$srcBranch' is invalid.";
Expand Down

0 comments on commit 0588c4a

Please sign in to comment.