Skip to content

Commit

Permalink
attempt to fix failed builds.
Browse files Browse the repository at this point in the history
it is a bit late...
  • Loading branch information
ronoaldo committed Nov 17, 2023
1 parent 21bc7c7 commit e7f55d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/multiarch.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Multiarch build docker image

# Ref https://github.com/orgs/community/discussions/26681
# If the same push generates multiple events (pr, push, etc.) only run one build
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
Expand All @@ -14,7 +8,7 @@ on:
- '**issue**'
- '**patch**'
- 'ronoaldo/**'
pull_request:
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions test/integration-test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -x

BASEDIR="$(readlink -f "$(dirname "$0")/..")"
IMG="ghcr.io/ronoaldo/minetestserver:testing"
Expand Down

0 comments on commit e7f55d6

Please sign in to comment.