From a45e3a3f66e8551313217b92f805c3524496a249 Mon Sep 17 00:00:00 2001 From: "dang.vh" Date: Fri, 20 Dec 2024 16:48:44 +0700 Subject: [PATCH] nit --- .github/workflows/sims.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/sims.yaml diff --git a/.github/workflows/sims.yaml b/.github/workflows/sims.yaml deleted file mode 100644 index 6440819ec..000000000 --- a/.github/workflows/sims.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: Simulations - -on: - pull_request: - push: - branches: - - release/** - -jobs: - build: - permissions: - contents: read # for actions/checkout to fetch code - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: "1.22.7" - - run: make install - - test-sim-multi-seed-short: - runs-on: ubuntu-lastest - needs: build - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: "1.22.7" - check-latest: true - - name: test-sim-multi-seed-short - run: | - make test-sim-multi-seed-short \ No newline at end of file