Skip to content

Commit

Permalink
ci: remove manage runs workflow (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Dec 4, 2024
1 parent 30a5aad commit 5c9b3fc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 48 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/manage-runs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/prebuild-devcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
name: Build and push devcontainer
runs-on: ubuntu-24.04
timeout-minutes: 60
timeout-minutes: 240
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
build-image:
name: Build ${{ inputs.name }} image
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-build-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
build-js:
name: Build JS
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: softwareforgood/check-artifact-v4-existence@v0
id: check-artifact
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
codeql:
name: Run Code QL
runs-on: ubuntu-24.04
timeout-minutes: 15
permissions:
actions: read
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests-js-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
lint:
name: Linting
runs-on: ubuntu-24.04
timeout-minutes: 5
permissions:
id-token: write
contents: read
Expand All @@ -40,6 +41,7 @@ jobs:
test:
name: Tests
runs-on: ubuntu-24.04
timeout-minutes: 15
permissions:
id-token: write
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-rs-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:

detect_structure_changes:
name: Detect immutable structure changes
timeout-minutes: 10
runs-on: ubuntu-24.04
# FIXME: as we use `gh pr view` below, this check can only
# run on pull requests. We should find a way to run it
Expand Down

0 comments on commit 5c9b3fc

Please sign in to comment.