Skip to content

Commit

Permalink
Fix CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-grzesiowski committed Dec 3, 2024
1 parent 9e2936d commit e48b577
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commands-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Process command
if: github.event.issue.pull_request && endsWith(github.repository, '-private') != true
runs-on:
group: Default
group: organization/Default
steps:
- name: Check referred user
id: user-check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Check release required
if: github.event.pull_request.merged && endsWith(github.repository, '-private') != true
runs-on:
group: Default
organization/Default
outputs:
release: ${{ steps.check.outputs.ready }}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
publish:
name: Build package
runs-on:
group: macos-gh
group: organization/macos-gh
needs: check-release
if: needs.check-release.outputs.release == 'true'
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
tests:
name: Integration and Unit tests
runs-on:
group: macos-gh
group: organization/macos-gh
env:
EVENT_NOKQUEUE: 1
PUB_KEY: ${{ secrets.SDK_PUB_KEY }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
name: Tests
needs: [tests]
runs-on:
group: Default
group: organization/Default
steps:
- name: Tests summary
run: echo -e "\033[38;2;95;215;0m\033[1mAll tests successfully passed"
2 changes: 1 addition & 1 deletion .github/workflows/run-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pubnub-yml:
name: "Validate .pubnub.yml"
runs-on:
group: Default
group: organization/Default
steps:
- name: Checkout project
uses: actions/checkout@v4
Expand Down

0 comments on commit e48b577

Please sign in to comment.