Skip to content

Commit

Permalink
Implementation OK
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthio committed May 11, 2024
1 parent b2734a0 commit 47b764d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
type: string
color:
required: false
default: "#03234b"
default: "03234B"
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: ./.github/workflows/create-label.yml
with:
labelname: ${{ matrix.family }}
color: "#ffd200"
color: "FFD200"
7 changes: 3 additions & 4 deletions .github/workflows/new-device-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Missing device check
run-name: "Periodic check for new devices"

on:
push
# schedule:
# - cron: '17 4 * * *'
schedule:
- cron: '17 4 * * *'

jobs:
RetrieveTargetsMatrix:
Expand Down Expand Up @@ -33,7 +32,7 @@ jobs:
--silent --url ${URL} \
--header "User-Agent: Firefox/9000" \
| sed -rne "s@(.*)(data-associated-to=\")(SS[0-9]{4,})(\".*)@\3@p")
[[ -z "${serie}" ]] && exit 1
[[ -z "${serie}" ]] && echo "Failed to find serie " && exit 0
echo "${{ matrix.family }} is ST ${serie} serie"
echo "SERIE=$serie" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 47b764d

Please sign in to comment.