Skip to content

Commit 0980ef5

Browse files
authored
ci/namspace (#47)
2 parents f063da6 + 0bf1b2e commit 0980ef5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ env:
1313
SLNE_RELEASES_REPO_PASSWORD: ${{ secrets.SLNE_RELEASES_REPO_PASSWORD }}
1414

1515
jobs:
16-
workflow-telemetry-action:
17-
runs-on: namespace-profile-arm64-large
18-
steps:
19-
- name: Collect Workflow Telemetry
20-
uses: catchpoint/workflow-telemetry-action@v2
2116
build:
22-
runs-on: namespace-profile-arm64-large
17+
runs-on: ubuntu-latest
2318
environment: production
2419
steps:
20+
- name: Collect Workflow Telemetry
21+
uses: catchpoint/workflow-telemetry-action@v2
22+
2523
- name: Checkout Repository
2624
uses: actions/checkout@v4
2725
with:

0 commit comments

Comments
 (0)