From 9bd9c0fcd84546783a8d97f48f85534d3fcdc922 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Mon, 20 Jan 2025 13:34:16 -0400 Subject: [PATCH] ci: rename workflows --- .github/workflows/sync-branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 01f26d1..b1b1620 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -1,4 +1,4 @@ -name: Lint and test +name: Sync branches on: push: @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - merge-release: + sync-branches: timeout-minutes: 5 permissions: contents: write