try again

This commit is contained in:
Mihai Fufezan 2024-07-27 21:43:35 +03:00
parent cc8a31ac6a
commit a02a2080b1
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
name: Build Hyprland
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.ref }}
cancel-in-progress: true
on: [push, pull_request, workflow_dispatch]

View file

@ -9,7 +9,7 @@ on:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.ref }}
cancel-in-progress: true
jobs:

View file

@ -3,7 +3,7 @@ name: Nix
on: [push, pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.ref }}
cancel-in-progress: true
jobs:

View file

@ -3,7 +3,7 @@ name: Security Checks
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.ref }}
cancel-in-progress: true
jobs: