From f365a5ca8d9d99ad39717f816de7f5adebf2b6fc Mon Sep 17 00:00:00 2001 From: Miauwkeru Date: Thu, 11 Apr 2024 09:16:24 +0000 Subject: [PATCH 1/2] Add a pull request template --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..52a77a5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ + From a0949d656a1bf4afeb48d48579cb86047cea85c6 Mon Sep 17 00:00:00 2001 From: Miauwkeru Date: Thu, 11 Apr 2024 11:47:33 +0000 Subject: [PATCH 2/2] Enable tests for repo --- .github/workflows/dissect-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dissect-ci.yml b/.github/workflows/dissect-ci.yml index 88b259c..b7b844a 100644 --- a/.github/workflows/dissect-ci.yml +++ b/.github/workflows/dissect-ci.yml @@ -11,8 +11,6 @@ on: jobs: ci: uses: fox-it/dissect-workflow-templates/.github/workflows/dissect-ci-template.yml@main - with: - run_tests: false secrets: inherit publish: