Skip to content

Commit bef97f2

Browse files
authored
Update PR step in NFR workflow (#1653)
Gitignore GHA creds file; update PR workflow step
1 parent 6352dff commit bef97f2

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
@@ -165,6 +165,8 @@ jobs:
165165
branch: tests/nfr-tests-${{ inputs.version }}
166166
delete-branch: true
167167
title: NFR Test Results for NGF version ${{ inputs.version }}
168+
add-paths: |
169+
tests/results/
168170
body: |
169171
Update with NFR test results for NGF version ${{ inputs.version }}
170172
- 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)