Isabelle Mirror #1136
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2021, Data61, CSIRO (ABN 41 687 119 230) | |
# | |
# SPDX-License-Identifier: BSD-2-Clause | |
# Scheduled Isabelle Mirror action | |
name: 'Isabelle Mirror' | |
on: | |
schedule: | |
- cron: '3 2 * * *' | |
workflow_dispatch: | |
jobs: | |
isabelle-mirror: | |
name: 'Isabelle Mirror' | |
if: ${{ github.repository_owner == 'seL4' }} | |
runs-on: ubuntu-20.04 | |
env: | |
ISA_MIRROR_TOKEN: ${{ secrets.ISA_MIRROR_TOKEN }} | |
steps: | |
- uses: seL4/ci-actions/isabelle-mirror@master |