Skip to content

Commit

Permalink
REMOVE ME!
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 9, 2024
1 parent 4d2b2f7 commit 1a4f560
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: release-tests

on:
schedule:
- cron: '0 3 * * 6'
- cron: '35 13 * * SAT'
push:
# Run on all new release candidates and release tags
tags:
Expand Down Expand Up @@ -133,6 +133,7 @@ jobs:
id: tests
timeout-minutes: 350
run: |
echo "matrix_token=${{ secrets.MATRIX_RIOT_CI_ACCESS_TOKEN }}" >> ${GITHUB_OUTPUT}
RIOTBASE="$GITHUB_WORKSPACE/RIOT"
TOX_ARGS=""
if ! echo ${{ github.event.inputs.riot_version }} | \
Expand Down Expand Up @@ -197,7 +198,7 @@ jobs:
uses: s3krit/matrix-message-action@v0.0.3
with:
room_id: ${{ secrets.RIOT_CI_RELEASE_REPORT_CHANNEL }}
access_token: ${{ secrets.MATRIX_RIOT_CI_ACCESS_TOKEN }}
access_token: ${{ steps.tests.output.matrix_token }}
server: "matrix.org"
message: >
${{ steps.generate_results.outputs.nice_str}}: Release tests
Expand Down

0 comments on commit 1a4f560

Please sign in to comment.