Skip to content

Commit

Permalink
change update production check
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Apr 14, 2023
1 parent 235ccc4 commit f9dd943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "NOW=$(date -u)" >> $GITHUB_ENV
# Check pull request title
PR_TITLE_CHECK="release(testnet): Update miner to latest GA"
PR_TITLE_CHECK="release(testnet): Update Gatewayrs to latest GA"
if grep -q "$PR_TITLE_CHECK" <<< "${{ github.event.pull_request.title }}"; then
UPDATED=true
echo "UPDATED=$UPDATED" >> $GITHUB_ENV
Expand Down

0 comments on commit f9dd943

Please sign in to comment.