From 7f5912727632e203d3100ebec73477581f4dbcf1 Mon Sep 17 00:00:00 2001 From: mcflugen Date: Mon, 4 Mar 2024 13:31:10 -0700 Subject: [PATCH] change workflow name --- .github/workflows/test-langs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-langs.yml b/.github/workflows/test-langs.yml index 30f5c35f..0149b9f0 100644 --- a/.github/workflows/test-langs.yml +++ b/.github/workflows/test-langs.yml @@ -1,9 +1,9 @@ -name: Build/Test CI +name: Test languages on: [push, pull_request] jobs: - build-and-test: + test-langs: # We want to run on external PRs, but not on our own internal PRs as they'll be run # by the push to the branch. Without this if check, checks are duplicated since # internal PRs match both the push and pull_request events.