Skip to content

Commit

Permalink
Merge pull request crypto-org-chain#222 from crypto-org-chain/fix/git…
Browse files Browse the repository at this point in the history
…hub_action_cache_invalidation

Upgrade github runner to Ubuntu 22.04
  • Loading branch information
mofhusseini authored Jun 23, 2022
2 parents 18e5421 + cd9b97c commit 785a9a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chain-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ||
Expand All @@ -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' ||
Expand Down

0 comments on commit 785a9a1

Please sign in to comment.