Skip to content

Commit

Permalink
github actions: linux and macos build unconditionally of repository
Browse files Browse the repository at this point in the history
  • Loading branch information
speckdavid committed Jun 14, 2024
1 parent 743552b commit dd1706c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
# Job name
build:
name: Linux build
if: github.repository == 'speckdavid/symk'
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
# Job name
build:
name: MacOS build
if: github.repository == 'speckdavid/symk'
runs-on: macos-latest

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit dd1706c

Please sign in to comment.