Skip to content

Jammy

Jammy #64

Workflow file for this run

name: Jammy
on:
push:
branches: [ master ]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * *' # at the end of every day
workflow_dispatch:
jobs:
cancel:
name: Cancel Previous Runs
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
build:
runs-on: ubuntu-22.04
env:
GITHUB_CI: true
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch the whole history
- name: Install
run: ./.ci/install.sh