Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
check:
name: Check
name: Check Broken Links
runs-on: [plutus-ci, self-hosted]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:

check:
name: Check
name: Check Changelog Label
runs-on: [ubuntu-latest]
permissions:
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
deploy:
name: Deploy
name: Build & Deploy Code Coverage Report
runs-on: [self-hosted, plutus-ci]
permissions:
contents: write
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/compare-golden-budgets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
run-script:
name: Compare Golden Budgets

runs-on: ubuntu-latest

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cost-model-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
run:
name: Run
name: Run Cost Model Benchmark
runs-on: [self-hosted, plutus-benchmark]
timeout-minutes: 1800 # (30 hours) These benchmarks take over 10 hours to run.
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docusaurus-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
run:
name: Run
name: Build & Deploy Docusaurus Site
runs-on: [self-hosted, plutus-ci]
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haddock-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ on:

jobs:
deploy:
name: Deploy
name: Build & Deploy Haddock Site
runs-on: [self-hosted, plutus-ci]
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/longitudinal-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:

jobs:
run:
name: Run
name: Run Longitudinal Benchmark
runs-on: [self-hosted, plutus-benchmark]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
run:
name: Run
name: Run Manual Benchmark
runs-on: [self-hosted, plutus-benchmark]
permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metatheory-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:

jobs:
deploy:
name: Deploy
name: Build & Deploy Metatheory Site
runs-on: [self-hosted, plutus-ci]
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
run:
name: Run
name: Run Nightly Testsuite
runs-on: [self-hosted, plutus-ci]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/papers-and-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
deploy:
name: Deploy
name: Build & Publish Papers & Specs
runs-on: [self-hosted, plutus-ci]
permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/slack-message-broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:

jobs:
Send:
name: Send Slack Message
runs-on: [ubuntu-latest]
steps:
- name: Prepare Slack Message
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/sprint-issues-rollover.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/triage-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
add:
name: Add
name: Add Triage Label
runs-on: [ubuntu-latest]
permissions:
issues: write
Expand Down
Loading