Skip to content

Commit

Permalink
[ci] Apply pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Megane Millan committed Oct 15, 2024
1 parent 0144599 commit 448f61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/get_compilation_flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = async ({github, context, core}) => {

// Get the GitHub event name that triggered the workflow
const eventName = process.env.GITHUB_EVENT_NAME;
if (eventName === "schedule")
if (eventName == "schedule")
{
cmakeFlags += labelFlags['build_all'].join(' ');
console.log(cmakeFlags);
Expand Down

0 comments on commit 448f61a

Please sign in to comment.