Skip to content

Commit

Permalink
revert - fix runners, test step
Browse files Browse the repository at this point in the history
Signed-off-by: Ljubo Nikolic <[email protected]>

Signed-off-by: Ljubo Nikolić <[email protected]>
  • Loading branch information
ljubon committed Mar 22, 2024
1 parent ababa7b commit 76fb6a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
prepare:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-cores
if: github.repository_owner == 'armadaproject'
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/check-required.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: actions/github-script@v7
with:
github-token: ${{ steps.app-token.outputs.token }}
script: |
core.info(`Dummy value`)
- uses: actions/github-script@v7
with:
github-token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit 76fb6a0

Please sign in to comment.