Skip to content

[SYCL] generate_sycl_abi_symbols CMake target #1

[SYCL] generate_sycl_abi_symbols CMake target

[SYCL] generate_sycl_abi_symbols CMake target #1

# Gihub Actions launch scheduled workflows of the main branch only (sycl).

Check failure on line 1 in .github/workflows/sycl-rel-nightly-launch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sycl-rel-nightly-launch.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
# This is a workaround to set a scheduled launch of the sycl-rel-nightly.yml
# workflow, which is located on the sycl-rel-* branch.
name: Scheduled sycl-rel-nightly launch
on:
schedule:
# The sycl-rel-nightly.yml workflow file on the sycl-rel-6_2 branch is most
# likely stale. Do not schedule before it's updated.
# - cron: '0 3 * * *'
workflow_dispatch:
jobs:
launch:
if: github.repository == 'intel/llvm'
runs-on: ubuntu-latest
steps:
- name: Launch
env:
GH_TOKEN: ${{ github.token }}
run: |
gh workflow run sycl-rel-nightly.yml --repo ${{ github.repository }} --ref sycl-rel-6_2