ppp-sync/.github/workflows/pigeon-intel.yml
Ward from fusion-voyager-3 526db509d1
Some checks failed
Process Radeon ROCm Repository (Raven) / build (push) Successful in 1m21s
Process Intel OneAPI Repository (Raven) / build (push) Failing after 2h37m2s
Process Intel Official Repository (Pigeon) / build (push) Successful in 1m8s
Process Steam Powered Repository (Parrot) / build (push) Successful in 56s
add cron job and oneapi
2024-08-01 01:22:57 +03:00

37 lines
765 B
YAML

name: Process Intel Official Repository (Pigeon)
on:
schedule:
- cron: '17 2 * * *'
push:
branches:
- main
paths:
- '.github/pigeon-intel'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
volumes:
- /proc:/proc
options: --privileged -it
steps:
- name: Install Some essentials
run: apt-get update -y && apt-get install -y wget npm rsync nodejs
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Pika Package Processor Script
run: ./pigeon-intel.sh