Skip to content

Commit

Permalink
[TODO: REVERT] Test GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Aug 15, 2023
1 parent 0d58029 commit 65b5d5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: Linux

on:
push:
branches:
- master
- 'support/*'
branches: {}
pull_request: {}

concurrency:
group: linux-${{ github.ref }}
cancel-in-progress: true

jobs:
linux:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: .rpm

on:
push:
branches:
- master
- 'support/*'
branches: {}
pull_request: {}

concurrency:
group: rpm-${{ github.ref }}
cancel-in-progress: true

jobs:
rpm:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: Windows

on:
push:
branches:
- master
- 'support/*'
branches: {}
pull_request: {}

concurrency:
group: windows-${{ github.ref }}
cancel-in-progress: true

jobs:
windows:
Expand Down

0 comments on commit 65b5d5f

Please sign in to comment.