Skip to content

Commit

Permalink
Update PR step in NFR workflow (#1653)
Browse files Browse the repository at this point in the history
Gitignore GHA creds file; update PR workflow step
  • Loading branch information
ciarams87 authored Mar 7, 2024
1 parent 6352dff commit bef97f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nfr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ jobs:
branch: tests/nfr-tests-${{ inputs.version }}
delete-branch: true
title: NFR Test Results for NGF version ${{ inputs.version }}
add-paths: |
tests/results/
body: |
Update with NFR test results for NGF version ${{ inputs.version }}
- Auto-generated by the NFR tests workflow run ${{ github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ internal/mode/static/nginx/modules/coverage

# Dotenv files
**/*.env

# Credential files
**/gha-creds-*.json

0 comments on commit bef97f2

Please sign in to comment.