Skip to content

Commit

Permalink
feat(workflow): Update workflow runs-on to self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
shulng committed Jun 19, 2024
1 parent abef23b commit ff88b02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout repository
Expand All @@ -32,11 +32,11 @@ jobs:
- name: convert_csv_to_tls
run: python convert_csv_to_tls.py

# - name: notls
# run: ./CloudflareST -tp 80 -n 1000 -tlr 0 -cfcolo HKG
- name: notls
run: ./CloudflareST -tp 80 -n 1000 -tlr 0 -cfcolo HKG

# - name: convert_csv_to_notls
# run: python convert_csv_to_tls.py notls
- name: convert_csv_to_notls
run: python convert_csv_to_tls.py notls

- name: Commit and push changes
env:
Expand Down

0 comments on commit ff88b02

Please sign in to comment.