Skip to content

Commit

Permalink
Remove push and pull_request triggers from Static Analysis workflow
Browse files Browse the repository at this point in the history
The triggers for the Static Analysis GitHub Action workflow have been updated. As a result of this change, the workflow will no longer run automatically when a push or pull request event occurs. Now, the workflow will only be dispatched manually.
  • Loading branch information
koriym committed Jun 8, 2024
1 parent 541984a commit 5528104
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Static Analysis
on:
push:
pull_request:
workflow_dispatch:
jobs:
static-analysis-psalm:
Expand Down

0 comments on commit 5528104

Please sign in to comment.