Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Oct 10, 2024
1 parent e4334d0 commit 86c890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
let prev_status = false;
setInterval(() => {
const response = await github.request('GET /repos/{owner}/{repo}/commits/{ref}/status', {
const response = github.request('GET /repos/{owner}/{repo}/commits/{ref}/status', {
owner: 'commaai',
repo: 'openpilot',
ref: 'heads/__jenkins_test_run_${{ matrix.run_id }}',
Expand Down

0 comments on commit 86c890a

Please sign in to comment.