Skip to content

Commit

Permalink
ci(release-nightly-version): allow workflow to run on current branch …
Browse files Browse the repository at this point in the history
…for testing
  • Loading branch information
SanchithHegde committed Jan 3, 2024
1 parent 4572b93 commit a5b761a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly-version-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

# The branch name that this workflow is allowed to run on.
# If the workflow is run on any other branch, this workflow will fail.
ALLOWED_BRANCH_NAME: main
ALLOWED_BRANCH_NAME: ci-nightly-tag-workflow

jobs:
create-nightly-tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

# The branch name that this workflow is allowed to run on.
# If the workflow is run on any other branch, this workflow will fail.
ALLOWED_BRANCH_NAME: main
ALLOWED_BRANCH_NAME: ci-nightly-tag-workflow

jobs:
update-postman-collections:
Expand Down

0 comments on commit a5b761a

Please sign in to comment.