From c4748a967b86bfc893706b6f18b5f37009fe9fdf Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Fri, 20 Jun 2025 22:46:58 +0200 Subject: [PATCH 1/4] Allow running action-format on dispatch --- .github/workflows/action-format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action-format.yml b/.github/workflows/action-format.yml index 0a49007a50..93792656fd 100644 --- a/.github/workflows/action-format.yml +++ b/.github/workflows/action-format.yml @@ -3,7 +3,8 @@ name: 'javascript / format' on: issue_comment: types: [created] - + workflow_dispatch: + jobs: format: name: 'Format code' From 8f41f8ce552b65e59ebfd785c632879dee24b65c Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Fri, 20 Jun 2025 22:47:42 +0200 Subject: [PATCH 2/4] Allow action-sync on workflow_dispatch --- .github/workflows/action-sync.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action-sync.yml b/.github/workflows/action-sync.yml index 7a3c59ec7d..f6ae2d0b5e 100644 --- a/.github/workflows/action-sync.yml +++ b/.github/workflows/action-sync.yml @@ -3,7 +3,8 @@ name: 'javascript / sync' on: issue_comment: types: [created] - + workflow_dispatch: + jobs: format: name: 'Sync all exercises' From 211d2ccc0e9a3d86815b971556d65cf3ce16267c Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Fri, 20 Jun 2025 22:49:06 +0200 Subject: [PATCH 3/4] Allow ci.js on workflow_dispatch --- .github/workflows/ci.js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index 6866ed333e..4ca2916aef 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -6,7 +6,8 @@ name: javascript / main on: push: branches: [main] - + workflow_dispatch: + jobs: precheck: runs-on: ubuntu-22.04 From f32ffbdaa42d0dde216b78abe59aa9bea0c5c5f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Jun 2025 20:50:20 +0000 Subject: [PATCH 4/4] [CI] Format code --- .github/workflows/action-format.yml | 2 +- .github/workflows/action-sync.yml | 2 +- .github/workflows/ci.js.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action-format.yml b/.github/workflows/action-format.yml index 93792656fd..78c20c3d4e 100644 --- a/.github/workflows/action-format.yml +++ b/.github/workflows/action-format.yml @@ -4,7 +4,7 @@ on: issue_comment: types: [created] workflow_dispatch: - + jobs: format: name: 'Format code' diff --git a/.github/workflows/action-sync.yml b/.github/workflows/action-sync.yml index f6ae2d0b5e..d9b34a9ed5 100644 --- a/.github/workflows/action-sync.yml +++ b/.github/workflows/action-sync.yml @@ -4,7 +4,7 @@ on: issue_comment: types: [created] workflow_dispatch: - + jobs: format: name: 'Sync all exercises' diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index 4ca2916aef..8fb1872e5a 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -7,7 +7,7 @@ on: push: branches: [main] workflow_dispatch: - + jobs: precheck: runs-on: ubuntu-22.04