Bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to ca877d9245402d1537745e0e356eab47c3520991 #81
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
push: | |
pull_request: | |
jobs: | |
do-test: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "this is a test to trigger the other workflow to run" |