Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 5 additions & 6 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Build workflow
run-name: Build workflow
on:
push:
branches-ignore:
- 'master'
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest # Maybe here is a blocker
runs-on: github-hosted-binary01-arm6123 # Maybe here is a blocker
container:
image: debian:bullseye
image: debian:bookworm
defaults:
run:
shell: bash -le {0}
Expand Down Expand Up @@ -47,4 +46,4 @@ jobs:
mv /home/git/binary-com/perl/{bin,lib} .
git add lib bin
git commit -m "[ci skip] compile $VERSION"
git push origin HEAD:$BRANCH
git push origin HEAD:test_$BRANCH
Loading
Loading