From cbbff0c4013df5d044720244776094528af3b3a0 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 4 Nov 2022 11:19:50 +0000 Subject: [PATCH] ATM: Rename workflow Rename to take into account us now checking the results of the query suite too. --- ...{atm-check-queries-run.yml => atm-check-query-suite.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{atm-check-queries-run.yml => atm-check-query-suite.yml} (96%) diff --git a/.github/workflows/atm-check-queries-run.yml b/.github/workflows/atm-check-query-suite.yml similarity index 96% rename from .github/workflows/atm-check-queries-run.yml rename to .github/workflows/atm-check-query-suite.yml index ba6dd872f19..7317746fe62 100644 --- a/.github/workflows/atm-check-queries-run.yml +++ b/.github/workflows/atm-check-query-suite.yml @@ -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: