Skip to content

Commit

Permalink
actions runner fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jieey1140 committed Feb 29, 2024
1 parent 64abbf5 commit 35af66e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/samsungknox-api-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/knox-api@')
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samsungknox-docs-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/knox-docs@')
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samsungknox-fastlane-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/knox-fastlane-plugin@')
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samsungknox-token-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/knox-token-library@')
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 35af66e

Please sign in to comment.