Skip to content

Commit

Permalink
Final openvpn adapter with checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
Macbook authored and Macbook committed Jan 17, 2025
1 parent ac8097d commit cdee5bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_openvpnadapter_apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,7 @@ jobs:
name: GitHub Release
needs: [build-macos, build-ios]
runs-on: ubuntu-latest
# if: startsWith(github.ref, 'refs/tags/')
if: |
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[macos]') ||
contains(github.event.head_commit.message, '[openvpnadapter]')
if: startsWith(github.ref, 'refs/tags/')

steps:
- name: Setup | Checkout
Expand Down

0 comments on commit cdee5bb

Please sign in to comment.