We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55afddb commit 0be52bbCopy full SHA for 0be52bb
.github/workflows/pre-release.yml
@@ -48,7 +48,7 @@ jobs:
48
# so subsequent jobs can restore from a trusted point in time to prevent tampering
49
seal:
50
# ignore forks
51
- if: github.repository == 'aws-powertools/powertools-lambda-python'
+ # if: github.repository == 'aws-powertools/powertools-lambda-python'
52
53
runs-on: ubuntu-latest
54
permissions:
0 commit comments