More tweaks
Some checks failed
Tests / test-unit-cover (pull_request) Failing after 7m33s
Run Gosec / Gosec (pull_request) Failing after 8m2s
Lint / Run golangci-lint (pull_request) Has been cancelled
Lint / Run flake8 on python integration tests (pull_request) Has been cancelled
Deploy Contract / deploy (pull_request) Has been cancelled
CodeQL / Analyze (go) (pull_request) Has been cancelled
Build / build (pull_request) Has been cancelled
Tests / test-rpc (pull_request) Successful in 4m33s
Tests / sdk_tests (pull_request) Has been cancelled
Tests / test-importer (pull_request) Has been cancelled

This commit is contained in:
Thomas E Lackey 2024-01-22 17:14:05 -06:00
parent 4bf225726e
commit b8c64a440d
3 changed files with 1 additions and 25 deletions

View File

@ -5,14 +5,6 @@ on:
- main
jobs:
cleanup-runs:
runs-on: ubuntu-latest
steps:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
build:
runs-on: ubuntu-latest
steps:

View File

@ -5,14 +5,6 @@ on:
- main
jobs:
cleanup-runs:
runs-on: ubuntu-latest
steps:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
deploy:
runs-on: ubuntu-latest
steps:
@ -20,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '20.x'
- name: Install dependencies
run: npm install
- name: Test contract

View File

@ -7,14 +7,6 @@ on:
- release/**
jobs:
cleanup-runs:
runs-on: ubuntu-latest
steps:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
test-unit-cover:
runs-on: ubuntu-latest
steps: