Skip to content

Commit

Permalink
ci: rename build-aarch64 to cross-build-aarch64
Browse files Browse the repository at this point in the history
For some reason we have a bogus workflow created on each new PR.
Let's see if renaming this workflow fixes it.

Signed-off-by: Sergio Lopez <slp@redhat.com>
  • Loading branch information
slp committed Oct 8, 2024
1 parent ab68f71 commit ca1a9d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build aarch64 kernel
name: Cross-build aarch64 kernel
on: [pull_request, create]

jobs:
build:
if: github.event_name == 'pull_request'
name: Build aarch64 kernel
name: Cross-build aarch64 kernel
runs-on: ubuntu-latest
steps:
- name: Code checkout
Expand Down

0 comments on commit ca1a9d5

Please sign in to comment.