Skip to content

Commit

Permalink
[Dead-Hosts::Infrastructure][AuthChecker]
Browse files Browse the repository at this point in the history
_OExoe8kdol6rk3diBkC7nGI
  • Loading branch information
dead-hostsbot committed May 26, 2024
1 parent 25a56db commit 0390cba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- "*"
- "!worker"
workflow_dispatch: {}

env:
Expand Down Expand Up @@ -56,4 +57,4 @@ jobs:
- name: Run Launcher
run: |
dead-hosts-launcher -d
dead-hosts-launcher
2 changes: 1 addition & 1 deletion .github/workflows/scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
- name: Run Launcher
run: |
dead-hosts-launcher --authorize -d
dead-hosts-launcher --authorize
11 changes: 5 additions & 6 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Platform Worker
on:
# schedule:
# - cron: "0 */1 * * *"
schedule:
- cron: "0 */1 * * *"
workflow_dispatch: {}

env:
PYFUNCEBLE_AUTO_CONFIGURATION: "YES"
DEBUG_PYFUNCEBLE_ON_SCREEN: "YES"
GIT_NAME: "${{ secrets.GIT_BOT_NAME }}"
GIT_EMAIL: "${{ secrets.GIT_BOT_EMAIL }}"
GIT_BRANCH: "${{ github.head_ref || github.ref_name }}"
GIT_DISTRIBUTION_BRANCH: "${{ github.head_ref || github.ref_name }}"
GIT_BRANCH: "worker"
GIT_DISTRIBUTION_BRANCH: "worker"
PYFUNCEBLE_CONFIG_DIR: "${{ github.workspace }}/.pyfunceble"
GITHUB_TOKEN: "${{ secrets.BOT_REPO_PAT }}"
PLATFORM_API_URL: "${{ secrets.PLATFORM_API_URL }}"
Expand Down Expand Up @@ -58,4 +57,4 @@ jobs:
- name: Run Launcher
run: |
dead-hosts-launcher -d
dead-hosts-launcher
2 changes: 1 addition & 1 deletion .trigger
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1716614590.87004
1716700835.66679

0 comments on commit 0390cba

Please sign in to comment.