Skip to content

Commit

Permalink
github actions refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jul 31, 2024
1 parent 4f2ad7b commit e21a362
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

jobs:
build:
needs: compatibility
name: Build and Analysis
permissions:
pull-requests: read
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/compatibility-test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
name: Compatibility Test

on:
push:
branches:
- main
paths:
- '**'
- '!website/**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- '**'
- '!website/**'
jobs:
compatibility:
strategy:
Expand Down
File renamed without changes.

0 comments on commit e21a362

Please sign in to comment.