We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237906e commit 1ec9394Copy full SHA for 1ec9394
.github/workflows/nfr.yml
@@ -164,6 +164,8 @@ jobs:
164
branch: tests/nfr-tests-${{ inputs.version }}
165
delete-branch: true
166
title: NFR Test Results for NGF version ${{ inputs.version }}
167
+ add-paths: |
168
+ tests/results/
169
body: |
170
Update with NFR test results for NGF version ${{ inputs.version }}
171
- Auto-generated by the NFR tests workflow run ${{ github.run_id }}
.gitignore
@@ -48,3 +48,6 @@ internal/mode/static/nginx/modules/coverage
48
49
# Dotenv files
50
**/*.env
51
+
52
+# Credential files
53
+**/gha-creds-*.json
0 commit comments