mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
ATM: Rename workflow
Rename to take into account us now checking the results of the query suite too.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: ATM Check Queries
|
||||
name: "ATM - Check query suite"
|
||||
|
||||
env:
|
||||
QUERY_PACK: javascript/ql/experimental/adaptivethreatmodeling/src
|
||||
@@ -7,12 +7,12 @@ env:
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/atm-check-queries-run.yml"
|
||||
- ".github/workflows/atm-check-query-suite.yml"
|
||||
- "javascript/ql/experimental/adaptivethreatmodeling/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
atm-check-queries:
|
||||
atm-check-query-suite:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
Reference in New Issue
Block a user