Skip to content

Commit

Permalink
fix feature deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDigitalJustice committed Jan 22, 2025
1 parent 5dd1938 commit 0d65033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
tag_name: ${{ steps.extract_tag_name.outputs.tag_name }}
repo_name: ${{ steps.extract_repo_name.outputs.repo_name }}
steps:
- uses: actions/checkout@v3
- name: Extract short repo name
shell: bash
run: echo "repo_name=caab-ebs${GITHUB_REPOSITORY#*\/laa-ccms-data}" >> $GITHUB_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
push:
branches-ignore:
- main
- feature-*

permissions:
contents: read
Expand Down

0 comments on commit 0d65033

Please sign in to comment.