ATM: Rename workflow

Rename to take into account us now checking the results of the query
suite too.
This commit is contained in:
Henry Mercer
2022-11-04 11:19:50 +00:00
parent 87f7b65052
commit cbbff0c401

View File

@@ -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: