diff --git a/.github/workflows/chain-docs.yml b/.github/workflows/chain-docs.yml index dca6e665..e07d049d 100644 --- a/.github/workflows/chain-docs.yml +++ b/.github/workflows/chain-docs.yml @@ -8,7 +8,7 @@ on: jobs: scan: name: Scan - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 if: >- github.event_name == 'push' || github.event_name == 'pull_request' || (github.event.comment.body == '/staging' && (github.actor == 'allthatjazzleo' || github.actor == 'tomtau' || github.actor == 'lezzokafka' || github.actor == 'yihuang' || @@ -35,9 +35,9 @@ jobs: # sarif_file: reports build: name: Build - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 needs: scan - if: >- + if: >- github.event_name == 'push' || (github.event.comment.body == '/staging' && (github.actor == 'allthatjazzleo' || github.actor == 'tomtau' || github.actor == 'lezzokafka' || github.actor == 'yihuang' || github.actor == 'calvinaco' || github.actor == 'CeruleanAtMonaco' || github.actor == 'devashishdxt' || github.actor == 'leejw51crypto' ||