From edaeb3096e2bd791cadf36fb1ed382faaf95e558 Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Thu, 29 Feb 2024 10:04:32 +0100 Subject: [PATCH] t 5 --- .github/workflows/test2.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/test2.yml diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml new file mode 100644 index 000000000..041a943de --- /dev/null +++ b/.github/workflows/test2.yml @@ -0,0 +1,18 @@ +name: Other Build build + +on: + merge_group: + push: + pull_request: + release: + types: [ created ] + +env: + GITHUB_TOKEN: ${{ github.token }} + +jobs: + build: + runs-on: ubuntu-latest + steps: + - run: | + sleep 1000000