Skip to content

Commit

Permalink
add condition to only trun once
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama committed Jan 14, 2025
1 parent 1ca4668 commit cc98997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/layer-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
- name: Upload Layer Version artifact
uses: actions/upload-artifact@v4
if: ${{ inputs.architecture == 'amd64' && inputs.aws_region == 'us-east-1' }}
with:
name: layer-version
path: ./layer-version.txt
path: layer-version.txt

0 comments on commit cc98997

Please sign in to comment.