Skip to content

Commit 05b07b2

Browse files
Copilotedburns
andauthored
Add clarifying comment for if: always() in CodeQL workflow
Co-authored-by: edburns <75821+edburns@users.noreply.github.com>
1 parent d95f222 commit 05b07b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
analyze:
5151
name: Analyze (${{ matrix.language }})
5252
needs: changes
53+
# Run even if 'changes' is skipped (e.g. on push/schedule where paths-filter
54+
# may not flag changes). Each step has its own gate condition.
5355
if: always()
5456
runs-on: ubuntu-latest
5557
permissions:

0 commit comments

Comments
 (0)