cisagov / skeleton-ansible-role

A skeleton project for quickly getting a new cisagov Ansible role started.
Creative Commons Zero v1.0 Universal
7 stars 6 forks source link

Improve merge queue support in the CodeQL workflow #182

Closed mcdonnnj closed 8 months ago

mcdonnnj commented 8 months ago

๐Ÿ—ฃ Description

This pull request adds better merge queue support to the CodeQL workflow which mirrors similar changes made to the build workflow in #177.

๐Ÿ’ญ Motivation and context

This might help ease merge queue issues. Even if it does not it will not harm anything and mirrors GitHub's documentation on supporting merge queues. I meant to push this change on top of #177 when I was trying to merge it up since the queue was dying on CodeQL results but I crossed my wires and forgot ๐Ÿคฆ

๐Ÿงช Testing

Automated tests pass.

โœ… Pre-approval checklist