Skip to content

Commit 1ec9394

Browse files
committed
Gitignore GHA creds file; update PR workflow step
1 parent 237906e commit 1ec9394

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/nfr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ jobs:
164164
branch: tests/nfr-tests-${{ inputs.version }}
165165
delete-branch: true
166166
title: NFR Test Results for NGF version ${{ inputs.version }}
167+
add-paths: |
168+
tests/results/
167169
body: |
168170
Update with NFR test results for NGF version ${{ inputs.version }}
169171
- Auto-generated by the NFR tests workflow run ${{ github.run_id }}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ internal/mode/static/nginx/modules/coverage
4848

4949
# Dotenv files
5050
**/*.env
51+
52+
# Credential files
53+
**/gha-creds-*.json

0 commit comments

Comments
 (0)