Skip to content

Commit

Permalink
run check only after merges (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
akohlmey committed Jan 21, 2025
1 parent 2d3cd6a commit 45222b3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/unittest-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ name: "Unittest for Linux on ARM64"

on:
push:
branches:
- develop
- arm-cpu-unittest
pull_request:
branches:
- develop
branches: [develop]

workflow_dispatch:

Expand All @@ -19,7 +14,7 @@ concurrency:
jobs:
build:
name: Linux ARM64 Unit Test
if: ${{ github.repository == 'akohlmey/lammps' }}
if: ${{ github.repository == 'lammps/lammps' }}
runs-on: ubuntu-22.04-arm
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache
Expand Down

0 comments on commit 45222b3

Please sign in to comment.