diff --git a/.github/workflows/linux64_px68k.yml b/.github/workflows/linux64_px68k.yml index ef5da23..3a62722 100644 --- a/.github/workflows/linux64_px68k.yml +++ b/.github/workflows/linux64_px68k.yml @@ -1,8 +1,8 @@ -name: px68k-libretro libretro Linux x86_64 +name: px68k-libretro Linux x86_64 on: - schedule: - - cron: '0 2 * * *' # run at 2 AM UTC + push: + workflow_dispatch: watch: # this is a hack that lets repo owners trigger a build by starring types: [started] if: github.actor == github.event.repository.owner.login @@ -11,7 +11,6 @@ jobs: Linux: name: Build for Linux runs-on: ubuntu-latest - steps: - name: Install needed packages run: sudo apt install wget git build-essential