Skip to content

Commit 0be52bb

Browse files
committed
chore: remove fork guard
1 parent 55afddb commit 0be52bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# so subsequent jobs can restore from a trusted point in time to prevent tampering
4949
seal:
5050
# ignore forks
51-
if: github.repository == 'aws-powertools/powertools-lambda-python'
51+
# if: github.repository == 'aws-powertools/powertools-lambda-python'
5252

5353
runs-on: ubuntu-latest
5454
permissions:

0 commit comments

Comments
 (0)