Skip to content

Commit

Permalink
env: altera job runner para self-hosted acervos e comenta agendamento…
Browse files Browse the repository at this point in the history
… de testes aos domingos
  • Loading branch information
IgorBaptist4 committed Aug 28, 2024
1 parent d0c8f03 commit 2586c55
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: [self-hosted, acervos]
env:
# The ci step will test the dspace-angular code against DSpace REST.
# Direct that step to utilize a DSpace REST service that has been started in docker.
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
codecov:
# Must run after 'tests' job above
needs: tests
runs-on: ubuntu-latest
runs-on: [self-hosted, acervos]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codescan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.txt'
schedule:
- cron: "37 0 * * 1"
#schedule:
#- cron: "37 0 * * 1"

jobs:
analyze:
name: Analyze Code
runs-on: ubuntu-latest
runs-on: [self-hosted, acervos]
# Limit permissions of this GitHub action. Can only write to security-events
permissions:
actions: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
permissions: {}
jobs:
automation:
runs-on: ubuntu-latest
runs-on: [self-hosted, acervos]
steps:
# Add the new issue to a project board, if it needs triage
# See https://github.com/actions/add-to-project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label_merge_conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
triage:
# Ensure this job never runs on forked repos. It's only executed for 'dspace/dspace-angular'
if: github.repository == 'dspace/dspace-angular'
runs-on: ubuntu-latest
runs-on: [self-hosted, acervos]
permissions:
pull-requests: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/port_merged_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
port_pr:
runs-on: ubuntu-latest
runs-on: [self-hosted, acervos]
# Don't run on closed *unmerged* pull requests
if: github.event.pull_request.merged
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
automation:
runs-on: ubuntu-latest
runs-on: [self-hosted, acervos]
steps:
# Assign the PR to whomever created it. This is useful for visualizing assignments on project boards
# See https://github.com/toshimaru/auto-author-assign
Expand Down

0 comments on commit 2586c55

Please sign in to comment.