diff --git a/.github/workflows/build-commit.yml b/.github/workflows/build-commit.yml index 6fb54af..c3c3a44 100644 --- a/.github/workflows/build-commit.yml +++ b/.github/workflows/build-commit.yml @@ -16,7 +16,7 @@ env: jobs: build_commit: name: Build Commit ${{ github.sha }} - runs-on: self-hosted + runs-on: ubuntu-latest if: "!contains(format('{0} {1}', github.event.head_commit.message, github.event.pull_request.title), '[ci-skip]')" steps: - name: Checkout diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 613496c..3905940 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -15,8 +15,8 @@ env: jobs: build_pr: - name: Build PR \#${{ github.event.pull_request.number }} - runs-on: self-hosted + name: "Build PR #${{ github.event.pull_request.number }}" + runs-on: ubuntu-latest if: "!contains(format('{0} {1}', github.event.head_commit.message, github.event.pull_request.title), '[ci-skip]')" steps: - name: Checkout diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 7ea16d9..526e3b4 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -11,7 +11,7 @@ on: jobs: regenerate-assets: name: Regenerate Image Files - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d9c3ab3..d8192f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ env: jobs: publish_release: name: Publish Release - runs-on: "self-hosted" + runs-on: ubuntu-latest if: "!contains(format('{0} {1}', github.event.head_commit.message, github.event.pull_request.title), '[ci-skip]') && contains(github.event.release.target_commitish, 'master') && github.event_name == 'release'" steps: - name: Checkout diff --git a/img/logo.ico b/img/logo.ico index be8e4fb..fa5f87e 100644 Binary files a/img/logo.ico and b/img/logo.ico differ diff --git a/img/logo.png b/img/logo.png index 8cc978f..3487989 100644 Binary files a/img/logo.png and b/img/logo.png differ