Skip to content

Commit cbbff0c

Browse files
committed
ATM: Rename workflow
Rename to take into account us now checking the results of the query suite too.
1 parent 87f7b65 commit cbbff0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/atm-check-queries-run.yml renamed to .github/workflows/atm-check-query-suite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ATM Check Queries
1+
name: "ATM - Check query suite"
22

33
env:
44
QUERY_PACK: javascript/ql/experimental/adaptivethreatmodeling/src
@@ -7,12 +7,12 @@ env:
77
on:
88
pull_request:
99
paths:
10-
- ".github/workflows/atm-check-queries-run.yml"
10+
- ".github/workflows/atm-check-query-suite.yml"
1111
- "javascript/ql/experimental/adaptivethreatmodeling/**"
1212
workflow_dispatch:
1313

1414
jobs:
15-
atm-check-queries:
15+
atm-check-query-suite:
1616
runs-on: ubuntu-latest
1717

1818
steps:

0 commit comments

Comments
 (0)