Skip to content

Build aissemble

Build aissemble #398

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Build aissemble
on:
workflow_dispatch:
inputs:
buildBranch:
description: "Branch you want to build"
required: true
type: string
default: "dev"
push:
branches: [ "dev" ]
schedule:
- cron: "0 6 * * *" # every day at 6am UTC
jobs:
build:
runs-on: arc-runner-set-aissemble
env:
DOCKER_CONFIG: /home/runner/.docker
RUNS_ON_S3_BUCKET_CACHE: aissemble-github-cache
steps:
- name: Get worker logs
run: |
ls ~/_diag