Skip to content

Commit

Permalink
Merge branch 'master' into feat/devnet-upper
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Sep 18, 2023
2 parents fc95521 + 2ed11fd commit 305c558
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 36 deletions.
2 changes: 0 additions & 2 deletions .github/label-requires-reviews.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/label-requires-reviews.yml

This file was deleted.

11 changes: 4 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: Generic Linters (config files, etc)
on: [push]
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# TODO: add editor config linter
# https://github.com/editorconfig-checker/editorconfig-checker#continuous-integration
general-linters:
runs-on: ubuntu-latest
steps:
- id: skip_check
if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && !contains(github.event.head_commit.message, '[no_skip]') }}
uses: fkirc/skip-duplicate-actions@v5
with:
cancel_others: 'true'

- uses: actions/checkout@v4
- uses: mszostok/[email protected]
with:
Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,13 @@ on:
- master
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
cancel-outdated:
name: Cancel Outdated Jobs
runs-on: ubuntu-latest
steps:
- id: skip_check
if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && !contains(github.event.head_commit.message, '[no_skip]') }}
uses: fkirc/skip-duplicate-actions@v5
with:
cancel_others: 'true'

sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
needs: cancel-outdated # not strictly true, but this can prevent others from building up too quickly/cancel-outdated is fast
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ui-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- master
pull_request:
paths:
- 'packages/explorer-ui/**'
- 'packages/docs/**'
- 'packages/synapse-interface/**'
jobs:
changes:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 305c558

Please sign in to comment.