Skip to content

Commit b2d0bb0

Browse files
[mq] working branch - merge a6dcfc5 on top of main at 82d92b8
{"baseBranch":"main","baseCommit":"82d92b8064c7b2ddbdf067f26aaafdce1e1f6231","createdAt":"2024-05-08T18:59:28.233170Z","headSha":"a6dcfc5435245eb36bd91eb01d97946a00749397","id":"09b0b490-cd26-4398-91c2-35961b3954cb","priority":"200","pullRequestNumber":"358","queuedAt":"2024-05-08T18:59:28.232784Z","status":"STATUS_QUEUED","triggeredBy":"[email protected]"}
2 parents 3824aab + a6dcfc5 commit b2d0bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
cargo-target: x86_64-unknown-linux-gnu
6161
cargo-cache-key: release
62-
- name: Test all production rules
62+
- name: Test all staging rules
6363
run: |
6464
cargo build -r --bin datadog-static-analyzer && \
6565
cargo build -r --bin datadog-static-analyzer-server && \
@@ -75,4 +75,4 @@ jobs:
7575
docker-best-practices; \
7676
do \
7777
python misc/test-rules.py -c $PWD/target/release/datadog-static-analyzer -s $PWD/target/release/datadog-static-analyzer-server -r $ruleset ; \
78-
done
78+
done

0 commit comments

Comments
 (0)