Home
last modified time | relevance | path

Searched +full:- +full:euo (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/.github/workflows/
Dbug_snapshot.yaml2 # SPDX-License-Identifier: Apache-2.0
14 - cron: '5 14 * * *'
19 runs-on: ubuntu-22.04
20 if: github.repository_owner == 'zephyrproject-rtos'
23 - name: Checkout
26 - name: Install Python dependencies
28 pip install -U pygithub
30 - name: Snapshot bugs
34 BUGS_PICKLE_FILENAME="zephyr-bugs-$(date -I).pickle.xz"
37 set -euo pipefail
[all …]