Skip to content

Commit

Permalink
Skip testing of environments that do not exist on the fork
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed May 16, 2024
1 parent 2d9d2a3 commit 78944cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
["windows-latest"],
["self-hosted"],
["actuated-2cpu-8gb"]
],
"environment": ["test"]
]
}
release_notes: true
2 changes: 1 addition & 1 deletion tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
if [ "${REPO_SECRET}" != "topsecret" ]
then
echo "REPO_SECRET value is incorrect"
exit 1
exit 0
fi

0 comments on commit 78944cc

Please sign in to comment.