chore: rename actions

This commit is contained in:
Randolf Jung 2022-05-31 14:55:46 +02:00
parent 3a41cd7f32
commit 4ba9950cc5
5 changed files with 9 additions and 33 deletions

View File

@ -1,4 +1,4 @@
name: run-checks
name: CI
# Declare default permissions as read only.
permissions: read-all
@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true
jobs:
linux-main-checks:
linux:
# https://github.com/actions/virtual-environments#available-environments
runs-on: ubuntu-latest
strategy:
@ -189,7 +189,7 @@ jobs:
timeout_minutes: 10
command: npm run funit
linux-headful-checks:
linux-headful:
# https://github.com/actions/virtual-environments#available-environments
runs-on: ubuntu-latest
strategy:
@ -227,7 +227,7 @@ jobs:
command: xvfb-run --auto-servernum npm run unit
timeout_minutes: 10
chrome-headless-checks:
chrome-headless:
runs-on: ${{ matrix.os }}
strategy:
matrix:

View File

@ -6,7 +6,7 @@ on:
- release-please-*
jobs:
pre-publish:
pre-release:
runs-on: ubuntu-latest
permissions:
contents: write

View File

@ -6,33 +6,7 @@ on:
- v*
jobs:
pre-publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
- name: Install dependencies
run: npm install
- name: Build
run: |
node utils/generate_version_file.js
IS_PRE_RELEASE=1 npm run doc
- name: Configure git
run: |
git config --global user.name 'actions-bot'
git config --global user.email '<github-actions-bot@google.com>'
- name: Commit and push
run: |
git add -A
git commit -m "chore: freeze current version in code"
git push
publish:
needs: pre-publish
runs-on: ubuntu-latest
permissions:
contents: read

View File

@ -1,4 +1,5 @@
name: Scorecards supply-chain security
on:
# Only the default branch is supported.
branch_protection_rule:

View File

@ -1,4 +1,5 @@
name: run-tot-checks
name: ToT CI
# Checks Puppeteer against the latest ToT build of Chromium.
# Declare default permissions as read only.
permissions: read-all
@ -11,7 +12,7 @@ on:
- cron: '0 8 * * *'
jobs:
linux-tot-checks:
linux:
# https://github.com/actions/virtual-environments#available-environments
runs-on: ubuntu-latest
strategy: